|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
This is the fundamental interface for all Plumtree administrative objects. It defines base object functionality, such as class type, Last Modified dates, etc.
IPTLocalizable| Method Summary | |
int |
GetAdminFolderID()
Returns the ID of the Admin Folder into which this object is stored |
int |
GetClassID()
Returns the ID of the class to which this object belongs (from PT_CLASSIDS) |
com.plumtree.openfoundation.util.XPDateTime |
GetCreated()
Returns the DateTime at which this object was created |
java.lang.String |
GetImageUUID()
Returns the UUID for the image for this object. |
com.plumtree.openfoundation.util.XPDateTime |
GetLastModified()
Returns the DateTime at which this object was last modified |
IPTObjectProperties |
GetObjectProperties()
Object Properties are used to associated extended Properties with Objects in a uniform way. |
void |
SetAdminFolderID(int Value)
Set the Admin Folder into which this object should be stored |
void |
SetImageUUID(java.lang.String Value)
Sets the UUID for the image for this object. |
void |
SetLastModified(com.plumtree.openfoundation.util.XPDateTime Value)
Sets the DateTime at which this object was last modified. |
| Methods inherited from interface com.plumtree.server.IPTLocalizable |
GetDescription, GetIsLocalized, GetLocalizedDescription, GetLocalizedDescriptions, GetLocalizedName, GetLocalizedNames, GetName, GetPrimaryLang, GetSupportsLocalization, SetDescription, SetIsLocalized, SetLocalizedDescriptions, SetLocalizedNames, SetName, SetPrimaryLang |
| Methods inherited from interface com.plumtree.server.IPTUnknown |
GetInterfaces |
| Method Detail |
public int GetClassID()
PT_CLASSIDSpublic com.plumtree.openfoundation.util.XPDateTime GetLastModified()
public void SetLastModified(com.plumtree.openfoundation.util.XPDateTime Value)
last - modified datepublic com.plumtree.openfoundation.util.XPDateTime GetCreated()
public java.lang.String GetImageUUID()
public void SetImageUUID(java.lang.String Value)
Value - the image UUID as a stringpublic int GetAdminFolderID()
IPTAdminFolderpublic void SetAdminFolderID(int Value)
Value - the ID of the Admin Folderpublic IPTObjectProperties GetObjectProperties()
IPTObjectProperties
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||