net.sf.staccatocommons.lang.thunk.internal
Class DateThunk

java.lang.Object
  extended by net.sf.staccatocommons.lang.thunk.internal.DateThunk
All Implemented Interfaces:
net.sf.staccatocommons.defs.Thunk<Date>

public class DateThunk
extends Object
implements net.sf.staccatocommons.defs.Thunk<Date>

Author:
flbulgarelli

Field Summary
static DateThunk INSTANCE
          An instance
 
Constructor Summary
DateThunk()
           
 
Method Summary
 Date value()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static final DateThunk INSTANCE
An instance

Constructor Detail

DateThunk

public DateThunk()
Method Detail

value

public Date value()
Specified by:
value in interface net.sf.staccatocommons.defs.Thunk<Date>


Copyright © 2010-2012 Staccatocommons. All Rights Reserved.