|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The IEssLinkedObject interface.
Nested Class Summary | |
static class |
IEssLinkedObject.EEssLinkedObjectType
The EEssLinkedObjectType is an enumeration of linked object types. |
Method Summary | |
java.lang.String |
getCreatedBy()
Gets the name of the user who created the object. |
java.lang.String |
getDescription()
Gets the object description. |
int |
getId()
Gets the object id. |
java.util.Date |
getLastUpdateTime()
Gets the date and time the object was last modified. |
java.lang.String[] |
getMemberCombination()
Gets the member combination where this object is linked. |
byte[] |
getObject()
Retrieves the linked object from server to client, for file object types. |
void |
getObject(java.lang.String clientFileName)
Retrieves the linked object from server to client, for file object types. |
java.lang.String |
getObjectName()
Gets the linked object reference for url/file types. |
IEssLinkedObject.EEssLinkedObjectType |
getType()
Gets the object type. |
void |
setDescription(java.lang.String description)
Sets the object description. |
void |
setObjectName(java.lang.String reference)
Sets the linked object reference for url/file types. |
void |
updatePropertyValues()
Updates the property values. |
Method Detail |
public int getId() throws EssException
EssException
- if an error occurs.public IEssLinkedObject.EEssLinkedObjectType getType() throws EssException
EssException
- if an error occurs.public java.lang.String getDescription() throws EssException
EssException
- if an error occurs.public void setDescription(java.lang.String description) throws EssException
description
- The object description.
EssException
- if an error occurs.public java.lang.String getObjectName() throws EssException
EssException
- if an error occurs.public void setObjectName(java.lang.String reference) throws EssException
reference
- The object reference.
EssException
- if an error occurs.public java.lang.String getCreatedBy() throws EssException
EssException
- if an error occurs.public java.util.Date getLastUpdateTime() throws EssException
EssException
- if an error occurs.public java.lang.String[] getMemberCombination() throws EssException
EssException
- if an error occurs.public void updatePropertyValues() throws EssException
EssException
- if an error occurs.public void getObject(java.lang.String clientFileName) throws EssException
clientFileName
- The file name in the client machine where to retrieve.
EssException
- if an error occurs.public byte[] getObject() throws EssException
EssException
- if an error occurs.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |