public interface Archivable
Modifier and Type | Interface and Description |
---|---|
static class |
Archivable.Marker |
Modifier and Type | Method and Description |
---|---|
java.util.Date |
getArchiveDate()
Returns a 'Date' object representing the date to be used for archival
purposes.
|
java.lang.String |
toArchivedForm()
Returns the archivable representation for this object.
|
java.util.Date getArchiveDate()
java.lang.String toArchivedForm()