Modifier and Type | Method and Description |
---|---|
Date |
Date.cloneObject()
Creates and returns a deep copy of this
Date object. |
Date |
DateList.get(long n) |
Date |
ModelHistory.getCreatedDate()
Returns the 'creation date' portion of this
ModelHistory object. |
Date |
ModelHistory.getModifiedDate()
Returns the 'modified date' portion of this
ModelHistory object. |
Date |
ModelHistory.getModifiedDate(long n)
Get the nth
Date object in the list of 'modified date' values stored
in this ModelHistory object. |
Date |
DateList.remove(long n) |
Modifier and Type | Method and Description |
---|---|
void |
DateList.add(Date item) |
int |
ModelHistory.addModifiedDate(Date date)
Adds a copy of a
Date object to the list of 'modified date' values
stored in this ModelHistory object. |
void |
DateList.prepend(Date item) |
int |
ModelHistory.setCreatedDate(Date date)
Sets the creation date of this
ModelHistory object. |
int |
ModelHistory.setModifiedDate(Date date)
Sets the modification date of this
ModelHistory object. |
Constructor and Description |
---|
Date(Date orig)
Copy constructor; creates a copy of this
Date . |