Salesforce B2C Commerce 23.5 > B2C Commerce API > B2C Commerce Script > dw.object
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.
Methods inherited from class 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.

X Privacy Update: We use cookies to make interactions with our websites and services easy and meaningful, to better understand how they are used. By continuing to use this site you are giving us your consent to do this. Privacy Policy.