|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectwt.fc.WTObject
wt.fc.ObjectToObjectLink
com.ptc.windchill.esi.tgt.ESITargetAssignmentLink
public class ESITargetAssignmentLink
Represents a target assignment between a persistable object and an ESI Target.
Use the newESITargetAssignmentLink static factory method(s),
not the ESITargetAssignmentLink constructor, to construct
instances of this class. Instances must be constructed using the static
factory(s), in order to ensure proper initialization of the instance.
Supported API: true
Extendable: true
| Field Summary | |
|---|---|
static String |
RELEASABLE_OBJECT_ROLE
Label for the attribute. |
static String |
TARGET_ROLE
Label for the attribute. |
| Method Summary | |
|---|---|
Releasable |
getReleasableObject()
Gets the object for the association that plays role: RELEASABLE_OBJECT_ROLE. |
ESITarget |
getTarget()
Gets the object for the association that plays role: TARGET_ROLE. |
protected void |
setReleasableObject(Releasable releasableObject)
Sets the object for the association that plays role: RELEASABLE_OBJECT_ROLE. |
protected void |
setTarget(ESITarget target)
Sets the object for the association that plays role: TARGET_ROLE. |
| Methods inherited from class wt.fc.WTObject |
|---|
getDisplayIdentifier, getDisplayIdentity, getDisplayType |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final String RELEASABLE_OBJECT_ROLE
public static final String TARGET_ROLE
| Method Detail |
|---|
public Releasable getReleasableObject()
protected void setReleasableObject(Releasable releasableObject)
throws WTPropertyVetoException
releasableObject -
WTPropertyVetoExceptionpublic ESITarget getTarget()
protected void setTarget(ESITarget target)
throws WTPropertyVetoException
target -
WTPropertyVetoException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||