Package ru.curs.celesta.dbutils.filter
Class AbstractFilter
java.lang.Object
ru.curs.celesta.dbutils.filter.AbstractFilter
- Direct Known Subclasses:
Filter,Range,SingleValue
Internal filter representation on a field.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract booleanComparesthisfilter to an other one.
-
Constructor Details
-
AbstractFilter
public AbstractFilter()
-
-
Method Details
-
filterEquals
Comparesthisfilter to an other one.- Parameters:
f- other filter- Returns:
trueif filter equal otherwise -false
-