java.lang.Objectorg.objectweb.telosys.common.val.DateValue
This class wraps a Date value in an mutable value object. The current value can be changed with the 'setValue' method.
Constructor Summary | |
DateValue()
Default constructor, the initial value is set to 'null'. |
|
DateValue(java.util.Date v)
Constructor with initial value, the parameter can be null |
Method Summary | |
java.util.Date |
getValue()
Returns the Date instance ( the value returned can be null ) |
void |
setValue(java.util.Date v)
Change the current value |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public DateValue()
public DateValue(java.util.Date v)
v
- Method Detail |
public void setValue(java.util.Date v)
v
- public java.util.Date getValue()
public java.lang.String toString()