public class TemplateDate
extends java.lang.Object
implements java.io.Serializable
null
.Modifier and Type | Field and Description |
---|---|
private java.util.Date |
ivDate
The date associated with this object.
|
private static long |
serialVersionUID
The class' serialization version id.
|
Constructor and Description |
---|
TemplateDate(java.util.Date date)
Constructs a template date for the given date.
|
Modifier and Type | Method and Description |
---|---|
java.util.Date |
getDate()
Returns the date associated with this object.
|
void |
setDate(java.util.Date date)
Sets the date associated with this object.
|
private static final long serialVersionUID
private java.util.Date ivDate