Class PersistentObject
dw.object
Class PersistentObject
Object
dw.object.PersistentObject
Properties
creationDate  :  Date  (Read Only)
The date that this object was created.
lastModified  :  Date  (Read Only)
The date that this object was last modified.
UUID  :  String  (Read Only)
The unique universal identifier for this object.
Constructor Summary
This class does not have a constructor, so you cannot create it directly. To get an instance of this class, use one of the subclass constructors.
Method Summary
getCreationDate() : Date
Returns the date that this object was created.
getLastModified() : Date
Returns the date that this object was last modified.
getUUID() : String
Returns the unique universal identifier for this object.
Method Detail
getCreationDate
getCreationDate() : Date
Returns the date that this object was created.
Returns:
the date that this object was created.

getLastModified
getLastModified() : Date
Returns the date that this object was last modified.
Returns:
the date that this object was last modified.

getUUID
getUUID() : String
Returns the unique universal identifier for this object.
Returns:
the unique universal identifier for this object.