|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectwt.fc.WTObject
wt.enterprise.RevisionControlled
com.ptc.windchill.mpml.processplan.MPMProcessPlan
public class MPMProcessPlan
Use the newMPMProcessPlan static factory method(s), not
the MPMProcessPlan 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 |
BASE_UNIT_OF_MEASURE
Label for the attribute; The base unit of measure for the process plan. |
static String |
CATEGORY
Label for the attribute; The category for the process plan. |
static String |
DEFAULT_TRACE_CODE
Label for the attribute; The default unit of measure for the part. |
static String |
NAME
Label for the attribute; The name of the process plan element. |
static String |
NUMBER
Label for the attribute; The number attribute represents the number for this process plan element and all of its versions. |
static String |
STANDARD
Label for the attribute. |
| Fields inherited from class wt.enterprise.RevisionControlled |
|---|
MASTER |
| Fields inherited from interface wt.org.OrganizationOwnedVersion |
|---|
MASTER, MASTER_REFERENCE |
| Fields inherited from interface wt.org.OrganizationOwned |
|---|
ORGANIZATION, ORGANIZATION_CODING_SYSTEM, ORGANIZATION_NAME, ORGANIZATION_UNIQUE_IDENTIFIER |
| Fields inherited from interface wt.configuration.ConfiguredVersion |
|---|
MASTER, MASTER_REFERENCE |
| Method Summary | |
|---|---|
QuantityUnit |
getBaseUnitOfMeasure()
Gets the value of the attribute: BASE_UNIT_OF_MEASURE. |
MPMProcessPlanCategory |
getCategory()
Gets the value of the attribute: CATEGORY. |
TraceCode |
getDefaultTraceCode()
Gets the value of the attribute: DEFAULT_TRACE_CODE. |
String |
getName()
Gets the value of the attribute: NAME. |
String |
getNumber()
Gets the value of the attribute: NUMBER. |
WTOrganization |
getOrganization()
Gets the value of the attribute: ORGANIZATION. |
String |
getOrganizationCodingSystem()
Gets the value of the attribute: ORGANIZATION_CODING_SYSTEM. |
String |
getOrganizationName()
Gets the value of the attribute: ORGANIZATION_NAME. |
String |
getOrganizationUniqueIdentifier()
Gets the value of the attribute: ORGANIZATION_UNIQUE_IDENTIFIER. |
protected void |
initialize(MPMProcessPlan processPlan)
Supports initialization, following construction of an instance. |
protected void |
initialize(String number,
String name)
Supports initialization, following construction of an instance. |
boolean |
isStandard()
Gets the value of the attribute: STANDARD. |
static MPMProcessPlan |
newMPMProcessPlan()
Supported API: true |
static MPMProcessPlan |
newMPMProcessPlan(MPMProcessPlan processPlan)
Supported API: true |
static MPMProcessPlan |
newMPMProcessPlan(String number,
String name)
Supported API: true |
void |
setBaseUnitOfMeasure(QuantityUnit a_BaseUnitOfMeasure)
Sets the value of the attribute: BASE_UNIT_OF_MEASURE. |
void |
setCategory(MPMProcessPlanCategory a_Category)
Sets the value of the attribute: CATEGORY. |
void |
setDefaultTraceCode(TraceCode a_DefaultTraceCode)
Sets the value of the attribute: DEFAULT_TRACE_CODE. |
void |
setName(String a_Name)
Sets the value of the attribute: NAME. |
void |
setNumber(String a_Number)
Sets the value of the attribute: NUMBER. |
void |
setOrganization(WTOrganization a_Organization)
Sets the value of the attribute: ORGANIZATION. |
void |
setStandard(boolean a_Standard)
Sets the value of the attribute: STANDARD. |
| Methods inherited from class wt.enterprise.RevisionControlled |
|---|
getControlBranch, getCreatorEMail, getCreatorFullName, getCreatorName, getIterationIdentifier, getIterationNote, getMaster, getMasterReference, getModifier, getModifierEMail, getModifierFullName, getModifierName, isLatestIteration, setControlBranch, setMasterReference |
| 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 |
| Methods inherited from interface wt.org.OrganizationOwnedVersion |
|---|
getMaster, getMasterReference |
| Methods inherited from interface wt.configuration.ConfiguredVersion |
|---|
getMaster, getMasterReference, setMasterReference |
| Field Detail |
|---|
public static final String BASE_UNIT_OF_MEASURE
public static final String NUMBER
public static final String NAME
public static final String STANDARD
public static final String CATEGORY
public static final String DEFAULT_TRACE_CODE
| Method Detail |
|---|
public QuantityUnit getBaseUnitOfMeasure()
public void setBaseUnitOfMeasure(QuantityUnit a_BaseUnitOfMeasure)
throws WTPropertyVetoException
a_BaseUnitOfMeasure -
WTPropertyVetoExceptionpublic String getNumber()
public void setNumber(String a_Number)
throws WTPropertyVetoException
a_Number -
WTPropertyVetoExceptionpublic String getName()
public void setName(String a_Name)
throws WTPropertyVetoException
a_Name -
WTPropertyVetoExceptionpublic boolean isStandard()
public void setStandard(boolean a_Standard)
throws WTPropertyVetoException
a_Standard -
WTPropertyVetoExceptionpublic MPMProcessPlanCategory getCategory()
public void setCategory(MPMProcessPlanCategory a_Category)
throws WTPropertyVetoException
a_Category -
WTPropertyVetoExceptionpublic TraceCode getDefaultTraceCode()
public void setDefaultTraceCode(TraceCode a_DefaultTraceCode)
throws WTPropertyVetoException
a_DefaultTraceCode -
WTPropertyVetoException
public static MPMProcessPlan newMPMProcessPlan()
throws WTException
WTException
public static MPMProcessPlan newMPMProcessPlan(String number,
String name)
throws WTException
number - name -
WTException
protected void initialize(String number,
String name)
throws WTException
number - name -
WTException
public static MPMProcessPlan newMPMProcessPlan(MPMProcessPlan processPlan)
throws WTException
processPlan -
WTException
protected void initialize(MPMProcessPlan processPlan)
throws WTException
processPlan -
WTExceptionpublic String getOrganizationUniqueIdentifier()
getOrganizationUniqueIdentifier in interface OrganizationOwnedpublic String getOrganizationCodingSystem()
getOrganizationCodingSystem in interface OrganizationOwnedpublic String getOrganizationName()
getOrganizationName in interface OrganizationOwnedpublic WTOrganization getOrganization()
getOrganization in interface OrganizationOwned
public void setOrganization(WTOrganization a_Organization)
throws WTPropertyVetoException
a_Organization -
WTPropertyVetoException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||