Package com.ocs.dynamo.filter
Class IsNull
- java.lang.Object
-
- com.ocs.dynamo.filter.AbstractFilter
-
- com.ocs.dynamo.filter.IsNull
-
- All Implemented Interfaces:
Filter,PropertyFilter
public final class IsNull extends AbstractFilter implements PropertyFilter
A filter for checking if a property is null- Author:
- bas.rutten
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)booleanevaluate(Object that)StringgetPropertyId()inthashCode()StringtoString()-
Methods inherited from class com.ocs.dynamo.filter.AbstractFilter
and, and, and, applyFilter, between, getProperty, greater, greaterOrEqual, isEqual, isNull, less, lessOrEqual, like, like, likeIgnoreCase, not, or, or, or
-
-
-
-
Constructor Detail
-
IsNull
public IsNull(String propertyId)
Constructor- Parameters:
propertyId-
-
-
Method Detail
-
getPropertyId
public String getPropertyId()
- Specified by:
getPropertyIdin interfacePropertyFilter
-
toString
public String toString()
- Overrides:
toStringin classAbstractFilter
-
-