|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Content
Fields inherited from interface com.sas.edir.Entity |
PROPERTY_CHANGED, SUBPROPERTY_CHANGED |
Method Summary | |
Library |
getLibrary()
Returns the library where this content is located. |
java.lang.String |
getLogicalName()
Returns the logical name of the server where this content is located. |
java.lang.String |
getMemberName()
Returns this content's member name |
Server |
getServer()
Returns the server where this content is located. |
java.lang.String |
getUniqueName()
Returns this content's unique name |
void |
setLibrary(Library library)
Sets the library where this content is located. |
void |
setLogicalName(java.lang.String logicalName)
Sets the logical name of the server where this content is located. |
void |
setMemberName(java.lang.String name)
Sets this content's member name. |
void |
setServer(Server server)
Sets the server where this content is located. |
void |
setUniqueName(java.lang.String name)
Sets this content's unique name. |
Methods inherited from interface com.sas.edir.KeywordEntity |
addKeyword, keywordIterator, keywordIterator, removeKeyword, setKeywords |
Methods inherited from interface com.sas.edir.Entity |
addPropertyChangeListener, getContext, getCreateTime, getCreatorsName, getDescription, getEnterpriseDirectory, getGuid, getModifiersName, getModifyTime, getName, getObjectclass, removeModificationItems, removePropertyChangeListener, setDescription, setGuid, setName, setObjectclass |
Methods inherited from interface com.sas.edir.Caching |
edirUpdateStore, getTimeToLive, isExpired, refreshCache, refreshCachedObjects, releaseCache, setDirty, setTimeToLive, setTimeToLive, updateStore |
Methods inherited from interface com.sas.edir.TrackedObject |
getTrackingId, getUserData, setUserData |
Method Detail |
public Library getLibrary()
public void setLibrary(Library library)
This change is not persisted to the enterprise directory until updateStore is called.
library
- The new library.public java.lang.String getLogicalName()
public void setLogicalName(java.lang.String logicalName)
This change is not persisted to the enterprise directory until updateStore is called.
logicalName
- The logical name.public java.lang.String getMemberName()
public void setMemberName(java.lang.String name)
This change is not persisted to the enterprise directory until updateStore is called.
name
- The new member name.public Server getServer()
public void setServer(Server server)
This change is not persisted to the enterprise directory until updateStore is called.
server
- The new server.public java.lang.String getUniqueName()
public void setUniqueName(java.lang.String name)
This change is not persisted to the enterprise directory until updateStore is called.
name
- The new unique name.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |