org.chorem.vradi.services.search
Class FilterList

java.lang.Object
  extended by org.chorem.vradi.services.search.FilterList
All Implemented Interfaces:
Serializable, Filter

public class FilterList
extends Object
implements Filter

FilterList is an union of Filters which must obey the same FilterList.Operator.

Since:
0.0.4
Version:
$Revision: 21 $ $Date: 2011-05-09 18:43:58 +0200 (lun., 09 mai 2011) $
Author:
$Author: sletellier $
See Also:
Serialized Form

Nested Class Summary
static class FilterList.Operator
           
 
Field Summary
protected  List<Filter> filters
           
protected  FilterList.Operator operator
           
 
Constructor Summary
FilterList()
           
FilterList(FilterList.Operator operator)
           
 
Method Summary
 boolean addFilter(Filter filter)
           
 List<Filter> getFilters()
           
 FilterList.Operator getOperator()
           
 void setOperator(FilterList.Operator operator)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

operator

protected FilterList.Operator operator

filters

protected List<Filter> filters
Constructor Detail

FilterList

public FilterList()

FilterList

public FilterList(FilterList.Operator operator)
Method Detail

getOperator

public FilterList.Operator getOperator()

setOperator

public void setOperator(FilterList.Operator operator)

getFilters

public List<Filter> getFilters()

addFilter

public boolean addFilter(Filter filter)


Copyright © 2009-2011 CodeLutin. All Rights Reserved.