org.loom.validator.date
Class DateValue
java.lang.Object
org.loom.validator.date.DateValue
public class DateValue
- extends java.lang.Object
A Date value that is calculated at runtime, because it is
relative to the current date or any other field
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
DateValue
public DateValue()
getDate
public org.joda.time.DateTime getDate()
setDelta
public void setDelta(org.joda.time.Period delta)
setStart
public void setStart(ReferralDate start)
setParseExpression
public void setParseExpression(java.lang.String dateExpression)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
getStart
public ReferralDate getStart()