org.loom.validator.date
Class TodayReferralDate

java.lang.Object
  extended by org.loom.validator.date.TodayReferralDate
All Implemented Interfaces:
ReferralDate

public class TodayReferralDate
extends java.lang.Object
implements ReferralDate


Constructor Summary
TodayReferralDate()
           
 
Method Summary
 org.joda.time.DateTime getDate()
          Returns the date
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TodayReferralDate

public TodayReferralDate()
Method Detail

getDate

public org.joda.time.DateTime getDate()
Description copied from interface: ReferralDate
Returns the date

Specified by:
getDate in interface ReferralDate