|
Remote Systems v6.4.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.etools.systems.references.impl.SystemReferencingObjectHelper
com.ibm.etools.systems.references.impl.SystemPersistableReferencingObjectHelper
This class extends the support for managing a transient in-memory reference to include support for storing a persistable name that uniquely identifies that object.
Field Summary | |
---|---|
static String |
copyright
|
Constructor Summary | |
---|---|
protected |
SystemPersistableReferencingObjectHelper(ISystemReferencingObject caller)
Default constructor. |
|
SystemPersistableReferencingObjectHelper(ISystemReferencingObject caller,
ISystemPersistableReferencedObject obj)
Constructor that saves effort of calling setReferencedObject. |
Method Summary | |
---|---|
String |
getReferencedObjectName()
Return the name uniquely identifying the object we are referencing. |
void |
setReferencedObject(ISystemPersistableReferencedObject obj)
Set the object to which we reference. |
Methods inherited from class com.ibm.etools.systems.references.impl.SystemReferencingObjectHelper |
---|
getReferencedObject, removeReference, setReferencedObject |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final String copyright
Constructor Detail |
protected SystemPersistableReferencingObjectHelper(ISystemReferencingObject caller)
public SystemPersistableReferencingObjectHelper(ISystemReferencingObject caller, ISystemPersistableReferencedObject obj)
Method Detail |
public void setReferencedObject(ISystemPersistableReferencedObject obj)
public String getReferencedObjectName()
|
Remote Systems v6.4.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |