-
- All Known Subinterfaces:
ModifiedDateAccessor.ModifiedDateProperty
public interface ModifiedDateAccessor
Provides an accessor for a "modified" date property.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
ModifiedDateAccessor.ModifiedDateMutator
Provides a mutator for a "modified" date property.static interface
ModifiedDateAccessor.ModifiedDateProperty
Provides a "modified" date property.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Date
getModifiedDate()
Retrieves the "modified" date from the date property.
-
-
-
Method Detail
-
getModifiedDate
Date getModifiedDate()
Retrieves the "modified" date from the date property.- Returns:
- The "modified" date stored by the date property.
-
-