Aqualogic Interaction API  
 

IPTObject Members

IPTObject overview

Public Instance Methods

GetAdminFolderID Returns the ID of the Admin Folder into which this object is stored
GetClassID Returns the ID of the class to which this object belongs (from PT_CLASSIDS)
GetCreated Returns the DateTime at which this object was created.
GetImageUUID Returns the UUID for the image for this object. This is used by the UI to identify which image to use to represent the object.
GetLastModified Returns the DateTime at which this object was last modified.
GetObjectProperties Object Properties are used to associated extended Properties with Objects in a uniform way. Use this call to retrieve the IPTObjectProperties interface for this object.
SetAdminFolderID Set the Admin Folder into which this object should be stored
SetImageUUID Sets the UUID for the image for this object.
SetLastModified Sets the DateTime at which this object was last modified. This function should NOT be called by most clients, as objects automatically adjust their Last Modified time as they are modified.

See Also

IPTObject Interface | com.plumtree.server Namespace | IPTLocalizable