org.chorem.vradi.services.search
Class FilterList
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
operator
protected FilterList.Operator operator
filters
protected List<Filter> filters
FilterList
public FilterList()
FilterList
public FilterList(FilterList.Operator operator)
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.