public class BeforePredicate extends TimestampRangePredicate<ChangeData>
Modifier and Type | Method and Description |
---|---|
Date |
getMaxTimestamp() |
Date |
getMinTimestamp() |
boolean |
match(ChangeData cd)
Does this predicate match this object?
|
getCost, parse, updatedField
getField, getType
copy, equals, getOperator, getValue, hashCode, toString
and, and, any, getChild, getChildCount, getChildren, not, or, or
public Date getMinTimestamp()
getMinTimestamp
in class TimestampRangePredicate<ChangeData>
public Date getMaxTimestamp()
getMaxTimestamp
in class TimestampRangePredicate<ChangeData>
public boolean match(ChangeData cd) throws com.google.gwtorm.server.OrmException
Predicate
match
in class Predicate<ChangeData>
com.google.gwtorm.server.OrmException