{ } }
Tree PREV CLASS NEXT CLASS FRAMES NO FRAMES SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD com.ibm.portal
Interface TimeStamped
- All Known Subinterfaces:
- ByteDataSource, CacheControlDataSource, CachedDataSourceFactory.UncacheableValue<T>, CachedDataSourceFactory.Value<T>, CharDataSource, Client, ContentDispositionDataSource, ContentLengthDataSource, ContentMapping, ConvertibleDataSource, CustomResource, DataSource, DataSourceChecksum, DataSourceFragment, DCX, Decoration, DialogDefinition, Edition, JsonDataSource, Language, LayoutModel<E>, LayoutModelController<T,M>, Markup, ModifiableClient, ModifiableCustomResource, ModifiableDecoration, ModifiablePortletDefinition, ModifiableRating, ModifiableResource, ModifiableSkin, ModifiableTag, ModifiableTheme, ModifiableWire, MultipartDataSource, PortletDefinition, ProjectContextDataSource, Rating, RedirectDataSource, Resource, Skin, StatusCodeDataSource, Tag, TagSpace, Theme, Transition, TransitionEndpoint, UserContextDataSource, VaryDataSource, VirtualPortalContextDataSource, Wire, XmlDataSource
- All Known Implementing Classes:
- AbstractCustomResource, AbstractDataSource, AbstractStaticDataSource, DefaultDataSource, EarlyBindingDataSource
public interface TimeStampedModel interface for specific date access properties: This is information such as the creation date or the last modification date of a resource.
- Since:
- 5.1.0.1
Method Summary java.util.Date getCreated()
Returns the creation date of the resource.java.util.Date getLastModified()
Returns the modification date of the resource.
Method Detail getCreated
java.util.Date getCreated()
- Returns the creation date of the resource.
- Returns:
- the creation date, never null.
getLastModified
java.util.Date getLastModified()
- Returns the modification date of the resource.
- Returns:
- the modification date, never null.
Tree PREV CLASS NEXT CLASS FRAMES NO FRAMES SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD