|
|||||||||
| 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.bom.AlternateItemGroup
public final class AlternateItemGroup
Represent an identifier for grouping a component and substitues on a Windchill assembly. This object is used to map a Windchill assembly to the alternate item group behavior of SAP's R3 ERP system.
Use the newAlternateItemGroup static factory method(s),
not the AlternateItemGroup 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 |
LINE_NUMBER
Label for the attribute; Line number is copied from part usage link when an assembly is published to ERP. |
static String |
NUMBER
Label for the attribute; Identifier of a grouping of a Windchill assembly component and its substitues. |
static String |
WTPART_MASTER_ROLE
Label for the attribute. |
static String |
WTPART_ROLE
Label for the attribute. |
| Method Summary | |
|---|---|
long |
getLineNumber()
Gets the value of the attribute: LINE_NUMBER. |
int |
getNumber()
Gets the value of the attribute: NUMBER. |
WTPart |
getWTPart()
Gets the object for the association that plays role: WTPART_ROLE. |
WTPartMaster |
getWTPartMaster()
Gets the object for the association that plays role: WTPART_MASTER_ROLE. |
void |
setLineNumber(long a_LineNumber)
Sets the value of the attribute: LINE_NUMBER. |
void |
setNumber(int a_Number)
Sets the value of the attribute: NUMBER. |
protected void |
setWTPart(WTPart theWTPart)
Sets the object for the association that plays role: WTPART_ROLE. |
protected void |
setWTPartMaster(WTPartMaster theWTPartMaster)
Sets the object for the association that plays role: WTPART_MASTER_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 WTPART_ROLE
public static final String WTPART_MASTER_ROLE
public static final String NUMBER
public static final String LINE_NUMBER
| Method Detail |
|---|
public WTPart getWTPart()
protected void setWTPart(WTPart theWTPart)
throws WTPropertyVetoException
theWTPart -
WTPropertyVetoExceptionpublic WTPartMaster getWTPartMaster()
protected void setWTPartMaster(WTPartMaster theWTPartMaster)
throws WTPropertyVetoException
theWTPartMaster -
WTPropertyVetoExceptionpublic int getNumber()
public void setNumber(int a_Number)
throws WTPropertyVetoException
a_Number -
WTPropertyVetoExceptionpublic long getLineNumber()
public void setLineNumber(long a_LineNumber)
throws WTPropertyVetoException
a_LineNumber -
WTPropertyVetoException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||