|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectwt.fc.WTObject
wt.fc.ObjectToObjectLink
wt.part.WTPartSubstituteLink
public class WTPartSubstituteLink
An association indicating that in the context of a particular usage, another part may be substituted.
Use the newWTPartSubstituteLink static factory method(s),
not the WTPartSubstituteLink 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: false
| Field Summary | |
|---|---|
static String |
SUBSTITUTE_FOR_ROLE
Label for the attribute. |
static String |
SUBSTITUTES_ROLE
Label for the attribute. |
| Method Summary | |
|---|---|
WTPartUsageLink |
getSubstituteFor()
Gets the object for the association that plays role: SUBSTITUTE_FOR_ROLE. |
WTPartMaster |
getSubstitutes()
Gets the object for the association that plays role: SUBSTITUTES_ROLE. |
void |
setSubstituteFor(WTPartUsageLink substituteFor)
Sets the object for the association that plays role: SUBSTITUTE_FOR_ROLE. |
void |
setSubstitutes(WTPartMaster substitutes)
Sets the object for the association that plays role: SUBSTITUTES_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 SUBSTITUTE_FOR_ROLE
public static final String SUBSTITUTES_ROLE
| Method Detail |
|---|
public WTPartUsageLink getSubstituteFor()
public void setSubstituteFor(WTPartUsageLink substituteFor)
throws WTPropertyVetoException
substituteFor -
WTPropertyVetoExceptionpublic WTPartMaster getSubstitutes()
public void setSubstitutes(WTPartMaster substitutes)
throws WTPropertyVetoException
substitutes -
WTPropertyVetoException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||