Class MPMProcessPlanMaster

java.lang.Object
wt.fc._WTObject
wt.fc.WTObject
wt.enterprise._Master
wt.enterprise.Master
com.ptc.windchill.mpml.processplan._MPMProcessPlanMaster
com.ptc.windchill.mpml.processplan.MPMProcessPlanMaster
All Implemented Interfaces:
_MPMMfgStandardGroupedMaster, MPMMfgStandardGroupedMaster, _MPMOperationHolderMaster, MPMOperationHolderMaster, Externalizable, Serializable, wt.aum._AlternateUnitAssignable, AlternateUnitAssignable, wt.configuration._ConfiguredMaster, _SerialNumbered, ConfiguredMaster, SerialNumbered, wt.esi._Releasable, Releasable, wt.fc._Identified, wt.fc._NetFactor, wt.fc._ObjectMappable, wt.fc._Persistable, wt.fc._UniquelyIdentified, wt.fc.BusinessInformation, Identified, NetFactor, ObjectMappable, Persistable, UniquelyIdentified, wt.federation._FederatedLinkHolder, wt.federation._RemotelyLinkable, wt.federation.FederatedLinkHolder, wt.federation.RemotelyLinkable, wt.iba.value._IBAHolder, wt.iba.value.IBAHolder, DisplayIdentification, wt.inf.container._WTContained, wt.inf.container._WTContainedIdentified, WTContained, WTContainedIdentified, wt.mpm.routing._WCRoutableMaster, wt.mpm.routing._WCRouteHolderMaster, wt.mpm.routing.WCRoutableMaster, wt.mpm.routing.WCRouteHolderMaster, wt.option._IndependentAssignableContext, wt.option._OptionSetAssignable, wt.option.IndependentAssignableContext, OptionSetAssignable, _OrganizationOwned, _OrganizationOwnedImpl, wt.org._OrganizationOwnedMaster, OrganizationOwned, OrganizationOwnedImpl, OrganizationOwnedMaster, wt.projmgmt.deliverable._MasteredSubjectOfDeliverable, wt.projmgmt.deliverable._SubjectOfDeliverable, wt.projmgmt.deliverable.MasteredSubjectOfDeliverable, wt.projmgmt.deliverable.SubjectOfDeliverable, wt.recent.RecentlyVisited, wt.type._TypeManaged, wt.type.TypeManaged, wt.ufid._Federatable, wt.ufid.Federatable, wt.vc._Mastered, Mastered

@GenAsPersistable(superClass=Master.class,interfaces={OrganizationOwnedMaster.class,Releasable.class,WTContained.class,UniquelyIdentified.class,WTContainedIdentified.class,ConfiguredMaster.class,MPMMfgStandardGroupedMaster.class,wt.ufid.Federatable.class,MPMOperationHolderMaster.class,SerialNumbered.class,AlternateUnitAssignable.class,wt.iba.value.IBAHolder.class,wt.type.TypeManaged.class,OptionSetAssignable.class,wt.projmgmt.deliverable.MasteredSubjectOfDeliverable.class},serializable=EXTERNALIZABLE_BASIC,extendable=true,properties={@GeneratedProperty(name="number",type=java.lang.String.class,supportedAPI=PUBLIC,javaDoc="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.",constraints=@PropertyConstraints(stringCase=UPPER_CASE,changeable=VIA_OTHER_MEANS,upperLimit=40,required=true),columnProperties=@ColumnProperties(index=true,columnName="WTPartNumber")),@GeneratedProperty(name="name",type=java.lang.String.class,supportedAPI=PUBLIC,javaDoc="The name of the process plan.",constraints=@PropertyConstraints(changeable=VIA_OTHER_MEANS,upperLimit=60,required=true)),@GeneratedProperty(name="standard",type=boolean.class,initialValue="false"),@GeneratedProperty(name="baseUnitOfMeasure",type=QuantityUnit.class,initialValue="wt.part.QuantityUnit.EA",constraints=@PropertyConstraints(required=true)),@GeneratedProperty(name="category",type=MPMProcessPlanCategory.class,initialValue="MPMProcessPlanCategory.PRODUCTION",supportedAPI=PUBLIC),@GeneratedProperty(name="partAllocationAtOccurrenceLevel",type=boolean.class,initialValue="false")},tableProperties=@TableProperties(compositeIndex1="+UPPER(name)",oracleTableSize=HUGE),iconProperties=@IconProperties(standardIcon="netmarkets/images/process_plan_master_mpm.png",openIcon="netmarkets/images/process_plan_master_mpm.png")) public class MPMProcessPlanMaster extends _MPMProcessPlanMaster

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: