|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectMPMOperationAssignableResource
com.ptc.windchill.mpml.resource.MPMWorkCenter
public class MPMWorkCenter
Use the newMPMWorkCenter static factory method(s), not the
MPMWorkCenter 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 |
CATEGORY
Label for the attribute. |
static String |
ERP_VALIDATION_CODE
Label for the attribute. |
static String |
EXTERNAL
Label for the attribute. |
| Method Summary | |
|---|---|
MPMWorkCenterType |
getCategory()
Gets the value of the attribute: CATEGORY. |
MPMERPValidationCode |
getErpValidationCode()
Gets the object for the association that plays role: ERP_VALIDATION_CODE. |
protected void |
initialize(String number,
String name)
Supports initialization, following construction of an instance. |
protected void |
initialize(String number,
String name,
MPMWorkCenterType category)
Supports initialization, following construction of an instance. |
protected void |
initialize(String number,
String name,
QuantityUnit defaultUnit)
Supports initialization, following construction of an instance. |
protected void |
initialize(String number,
String name,
QuantityUnit defaultUnit,
MPMWorkCenterType category)
Supports initialization, following construction of an instance. |
boolean |
isExternal()
Gets the value of the attribute: EXTERNAL. |
static MPMWorkCenter |
newMPMWorkCenter()
Constructs a new MPMWorkCenter. |
static MPMWorkCenter |
newMPMWorkCenter(String number,
String name)
Constructs a new MPMWorkCenter and sets the MPMWorkCenterMaster's name and number to the passed-in values. |
static MPMWorkCenter |
newMPMWorkCenter(String number,
String name,
MPMWorkCenterType category)
Constructs a new MPMWorkCenter and sets the MPMWorkCenterMaster's name and number to the passed-in values. |
static MPMWorkCenter |
newMPMWorkCenter(String number,
String name,
QuantityUnit defaultUnit)
Constructs a new MPMWorkCenter and sets the MPMWorkCenterMaster's name and number to the passed-in values. |
static MPMWorkCenter |
newMPMWorkCenter(String number,
String name,
QuantityUnit defaultUnit,
MPMWorkCenterType category)
Constructs a new MPMWorkCenter and sets the MPMWorkCenterMaster's name and number to the passed-in values. |
void |
setCategory(MPMWorkCenterType a_Category)
Sets the value of the attribute: CATEGORY. |
void |
setErpValidationCode(MPMERPValidationCode a_ErpValidationCode)
Sets the object for the association that plays role: ERP_VALIDATION_CODE. |
void |
setExternal(boolean a_External)
Sets the value of the attribute: EXTERNAL. |
void |
setMaster(Mastered a_Master)
Sets the object for the association that plays role: MASTER. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String EXTERNAL
public static final String CATEGORY
public static final String ERP_VALIDATION_CODE
| Method Detail |
|---|
public boolean isExternal()
public void setExternal(boolean a_External)
throws WTPropertyVetoException
a_External -
WTPropertyVetoExceptionpublic MPMWorkCenterType getCategory()
public void setCategory(MPMWorkCenterType a_Category)
throws WTPropertyVetoException
a_Category -
WTPropertyVetoExceptionpublic MPMERPValidationCode getErpValidationCode()
public void setErpValidationCode(MPMERPValidationCode a_ErpValidationCode)
a_ErpValidationCode -
public void setMaster(Mastered a_Master)
throws WTPropertyVetoException,
WTException
a_Master -
WTPropertyVetoException
WTException
public static MPMWorkCenter newMPMWorkCenter(String number,
String name)
throws WTException
number - name -
WTException
protected void initialize(String number,
String name)
throws WTException
number - name -
WTException
public static MPMWorkCenter newMPMWorkCenter(String number,
String name,
QuantityUnit defaultUnit)
throws WTException
number - name - defaultUnit -
WTException
protected void initialize(String number,
String name,
QuantityUnit defaultUnit)
throws WTException
number - name - defaultUnit -
WTException
public static MPMWorkCenter newMPMWorkCenter()
throws WTException
WTException
public static MPMWorkCenter newMPMWorkCenter(String number,
String name,
QuantityUnit defaultUnit,
MPMWorkCenterType category)
throws WTException
number - name - defaultUnit - category -
WTException
protected void initialize(String number,
String name,
QuantityUnit defaultUnit,
MPMWorkCenterType category)
throws WTException
number - name - defaultUnit - category -
WTException
public static MPMWorkCenter newMPMWorkCenter(String number,
String name,
MPMWorkCenterType category)
throws WTException
number - name - category -
WTException
protected void initialize(String number,
String name,
MPMWorkCenterType category)
throws WTException
number - name - category -
WTException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||