com.intersys.objects
Class DateHolder
java.lang.Object
com.intersys.objects.DateHolder
- All Implemented Interfaces:
- Holder, Serializable
- public class DateHolder
- extends Object
- implements Serializable, Holder
- See Also:
- Serialized Form
Constructor Summary |
DateHolder(Date initvalue)
Constructs a holder with the specified value |
value
public Date value
DateHolder
public DateHolder(Date initvalue)
- Constructs a holder with the specified value
set
public void set(Date x)
getValue
public Object getValue()
- Specified by:
getValue
in interface Holder
setValue
public void setValue(com.intersys.cache.Dataholder dh)
throws CacheException
- Specified by:
setValue
in interface Holder
- Throws:
CacheException