com.ptc.windchill.mpml.processplan
Class MPMProcessPlanMaster

java.lang.Object
  extended by wt.fc.WTObject
      extended by wt.enterprise.Master
          extended by com.ptc.windchill.mpml.processplan.MPMProcessPlanMaster
All Implemented Interfaces:
MPMMfgStandardGroupedMaster, MPMOperationHolderMaster, Externalizable, Serializable, ConfiguredMaster, SerialNumbered, Releasable, wt.fc.BusinessInformation, Identified, NetFactor, ObjectMappable, Persistable, UniquelyIdentified, wt.federation.FederatedLinkHolder, wt.federation.RemotelyLinkable, DisplayIdentification, WTContained, WTContainedIdentified, OrganizationOwned, OrganizationOwnedImpl, OrganizationOwnedMaster, wt.recent.RecentlyVisited, wt.ufid.Federatable, Mastered

public class MPMProcessPlanMaster
extends Master
implements OrganizationOwnedMaster, Releasable, WTContained, UniquelyIdentified, WTContainedIdentified, ConfiguredMaster, MPMMfgStandardGroupedMaster, wt.ufid.Federatable, MPMOperationHolderMaster, SerialNumbered, Externalizable

Use the newMPMProcessPlanMaster static factory method(s), not the MPMProcessPlanMaster 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

See Also:
Serialized Form

Field Summary
static String CATEGORY
          Label for the attribute.
static String NAME
          Label for the attribute; The name of the process plan.
static String NUMBER
          Label for the attribute; The number attribute represents the number for this process plan element and all of its versions.
 
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
 
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
 
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
 
Fields inherited from interface wt.configuration.SerialNumbered
DEFAULT_TRACE_CODE
 
Method Summary
 MPMProcessPlanCategory getCategory()
          Gets the object for the association that plays role: CATEGORY.
 TraceCode getDefaultTraceCode()
          Gets the object for the association that plays role: 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.
 WTPrincipalReference getOrganizationReference()
          Gets the value of the attribute: ORGANIZATION_REFERENCE.
 String getOrganizationUniqueIdentifier()
          Gets the value of the attribute: ORGANIZATION_UNIQUE_IDENTIFIER.
 void setCategory(MPMProcessPlanCategory a_Category)
          Sets the object for the association that plays role: CATEGORY.
 void setDefaultTraceCode(TraceCode a_DefaultTraceCode)
          Sets the object for the association that plays role: 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 setOrganizationReference(WTPrincipalReference a_OrganizationReference)
          Sets the value of the attribute: ORGANIZATION_REFERENCE.
 
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

NUMBER

public static final String NUMBER
Label for the attribute; The number attribute represents the number for this process plan element and all of its versions. Conceptually on the ProcessPlanElement, it is actually implemented on the master.

Supported API: true

See Also:
Constant Field Values

NAME

public static final String NAME
Label for the attribute; The name of the process plan.

Supported API: true

See Also:
Constant Field Values

CATEGORY

public static final String CATEGORY
Label for the attribute.

Supported API: true

See Also:
Constant Field Values
Method Detail

getNumber

public String getNumber()
Gets the value of the attribute: NUMBER. The number attribute represents the number for this process plan element and all of its versions. Conceptually on the ProcessPlanElement, it is actually implemented on the master.

Supported API: true

Specified by:
getNumber in interface MPMMfgStandardGroupedMaster
Specified by:
getNumber in interface MPMOperationHolderMaster
Returns:
String

setNumber

public void setNumber(String a_Number)
               throws WTPropertyVetoException
Sets the value of the attribute: NUMBER. The number attribute represents the number for this process plan element and all of its versions. Conceptually on the ProcessPlanElement, it is actually implemented on the master.

Supported API: true

Specified by:
setNumber in interface MPMMfgStandardGroupedMaster
Specified by:
setNumber in interface MPMOperationHolderMaster
Parameters:
a_Number -
Throws:
WTPropertyVetoException

getName

public String getName()
Gets the value of the attribute: NAME. The name of the process plan.

Supported API: true

Specified by:
getName in interface MPMMfgStandardGroupedMaster
Specified by:
getName in interface MPMOperationHolderMaster
Returns:
String

setName

public void setName(String a_Name)
             throws WTPropertyVetoException
Sets the value of the attribute: NAME. The name of the process plan.

Supported API: true

Specified by:
setName in interface MPMMfgStandardGroupedMaster
Specified by:
setName in interface MPMOperationHolderMaster
Parameters:
a_Name -
Throws:
WTPropertyVetoException

getCategory

public MPMProcessPlanCategory getCategory()
Gets the object for the association that plays role: CATEGORY.

Supported API: true

Returns:
MPMProcessPlanCategory

setCategory

public void setCategory(MPMProcessPlanCategory a_Category)
                 throws WTPropertyVetoException
Sets the object for the association that plays role: CATEGORY.

Supported API: true

Parameters:
a_Category -
Throws:
WTPropertyVetoException

getOrganizationReference

public WTPrincipalReference getOrganizationReference()
Gets the value of the attribute: ORGANIZATION_REFERENCE.

Supported API: true

Specified by:
getOrganizationReference in interface OrganizationOwned
Specified by:
getOrganizationReference in interface OrganizationOwnedImpl
Returns:
WTPrincipalReference

setOrganizationReference

public void setOrganizationReference(WTPrincipalReference a_OrganizationReference)
                              throws WTPropertyVetoException
Sets the value of the attribute: ORGANIZATION_REFERENCE.

Supported API: true

Parameters:
a_OrganizationReference -
Throws:
WTPropertyVetoException

getOrganizationUniqueIdentifier

public String getOrganizationUniqueIdentifier()
Gets the value of the attribute: ORGANIZATION_UNIQUE_IDENTIFIER. The getter for this attribute delivers organization unique identifier.

Supported API: true

Specified by:
getOrganizationUniqueIdentifier in interface OrganizationOwned
Returns:
String

getOrganizationCodingSystem

public String getOrganizationCodingSystem()
Gets the value of the attribute: ORGANIZATION_CODING_SYSTEM. The getter for this attribute delivers organization coding system.

Supported API: true

Specified by:
getOrganizationCodingSystem in interface OrganizationOwned
Returns:
String

getOrganizationName

public String getOrganizationName()
Gets the value of the attribute: ORGANIZATION_NAME. The getter for this attribute delivers organization name.

Supported API: true

Specified by:
getOrganizationName in interface OrganizationOwned
Returns:
String

getOrganization

public WTOrganization getOrganization()
Gets the value of the attribute: ORGANIZATION.

Supported API: true

Specified by:
getOrganization in interface OrganizationOwned
Returns:
WTOrganization

setOrganization

public void setOrganization(WTOrganization a_Organization)
                     throws WTPropertyVetoException
Sets the value of the attribute: ORGANIZATION.

Supported API: true

Parameters:
a_Organization -
Throws:
WTPropertyVetoException

getDefaultTraceCode

public TraceCode getDefaultTraceCode()
Gets the object for the association that plays role: DEFAULT_TRACE_CODE.

Supported API: true

Specified by:
getDefaultTraceCode in interface SerialNumbered
Returns:
TraceCode

setDefaultTraceCode

public void setDefaultTraceCode(TraceCode a_DefaultTraceCode)
                         throws WTPropertyVetoException
Sets the object for the association that plays role: DEFAULT_TRACE_CODE.

Supported API: true

Specified by:
setDefaultTraceCode in interface SerialNumbered
Parameters:
a_DefaultTraceCode -
Throws:
WTPropertyVetoException