public class AgePredicate extends TimestampRangePredicate<ChangeData>
| Modifier and Type | Method and Description |
|---|---|
Timestamp |
getMaxTimestamp() |
Timestamp |
getMinTimestamp() |
boolean |
match(ChangeData object)
Does this predicate match this object?
|
getCost, parse, updatedFieldgetField, getTypecopy, equals, getOperator, getValue, hashCode, toStringand, and, any, getChild, getChildCount, getChildren, not, or, orpublic Timestamp getMinTimestamp()
getMinTimestamp in class TimestampRangePredicate<ChangeData>public Timestamp getMaxTimestamp()
getMaxTimestamp in class TimestampRangePredicate<ChangeData>public boolean match(ChangeData object) throws com.google.gwtorm.server.OrmException
Predicatematch in class Predicate<ChangeData>com.google.gwtorm.server.OrmException