|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectMPMOperationAssignableResourceMaster
com.ptc.windchill.mpml.resource.MPMProcessMaterialMaster
public class MPMProcessMaterialMaster
Use the newMPMProcessMaterialMaster static factory method(s),
not the MPMProcessMaterialMaster 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. |
| Fields inherited from interface com.ptc.windchill.mpml.processplan.operation.MPMConsumableResourceMaster |
|---|
NAME, NUMBER |
| Fields inherited from interface wt.org.OrganizationOwnedImpl |
|---|
ORGANIZATION_REFERENCE |
| Fields inherited from interface wt.org.OrganizationOwned |
|---|
ORGANIZATION, ORGANIZATION_CODING_SYSTEM, ORGANIZATION_NAME, ORGANIZATION_UNIQUE_IDENTIFIER |
| Method Summary | |
|---|---|
MPMProcessMaterialType |
getCategory()
Gets the object for the association that plays role: CATEGORY. |
String |
getName()
Gets the value of the attribute: NAME. |
String |
getNumber()
Gets the value of the attribute: NUMBER. |
void |
MPMProcessMaterial(String number,
String name)
Constructs a new MPMProcessMaterial and sets the MPMProcessMaterialMaster's name and number to the passed-in values. |
void |
MPMProcessMaterial(String number,
String name,
QuantityUnit defaultUnit)
Constructs a new MPMProcessMaterial and sets the MPMProcessMaterialMaster's name and number to the passed-in values. |
void |
setCategory(MPMProcessMaterialType a_Category)
Sets the object for the association that plays role: CATEGORY. |
void |
setName(String a_Name)
Sets the value of the attribute: NAME. |
void |
setNumber(String a_Number)
Sets the value of the attribute: NUMBER. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface wt.org.OrganizationOwnedImpl |
|---|
getOrganizationReference |
| Methods inherited from interface wt.org.OrganizationOwned |
|---|
getOrganization, getOrganizationCodingSystem, getOrganizationName, getOrganizationUniqueIdentifier |
| Field Detail |
|---|
public static final String CATEGORY
| Method Detail |
|---|
public MPMProcessMaterialType getCategory()
public void setCategory(MPMProcessMaterialType a_Category)
a_Category -
public void MPMProcessMaterial(String number,
String name)
number - name -
public void MPMProcessMaterial(String number,
String name,
QuantityUnit defaultUnit)
number - name - defaultUnit - public String getName()
getName in interface MPMConsumableResourceMaster
public void setName(String a_Name)
throws WTPropertyVetoException
setName in interface MPMConsumableResourceMastera_Name -
WTPropertyVetoExceptionpublic String getNumber()
getNumber in interface MPMConsumableResourceMaster
public void setNumber(String a_Number)
throws WTPropertyVetoException
setNumber in interface MPMConsumableResourceMastera_Number -
WTPropertyVetoException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||