com.ibm.mashups.enabler
Interface TimeStamped


public TimeStamped

Model interface for specific date access properties: This is information such as the creation date or the last modification date of a resource.


Method Summary
 Date getCreated()
           Returns the creation date of the resource.
 Date getLastModified()
           Returns the modification date of the resource.
 

Method Detail

getCreated

Date getCreated()
Returns the creation date of the resource.

Returns:
the creation date, never null.

getLastModified

Date getLastModified()
Returns the modification date of the resource.

Returns:
the modification date, never null.


Copyright IBM Corp. 2010 All Rights Reserved.