com.ptc.windchill.suma.part
Class ManufacturerPart
java.lang.Object
wt.fc.WTObject
wt.enterprise.RevisionControlled
wt.part.WTPart
com.ptc.windchill.suma.part.SupplierPart
com.ptc.windchill.suma.part.ManufacturerPart
- All Implemented Interfaces:
- Externalizable, Serializable, AccessControlled, wt.access.AccessControlList, wt.access.AdHocControlled, IdentityAccessControlled, wt.access.PolicyAccessControlled, wt.access.SecurityLabeled, wt.admin.DomainAdministered, AnnotationTarget, wt.build.BuildTarget, Changeable2, ChangeableIfc, ConfigurationManageable, ConfiguredVersion, ContentHolder, EffManagedVersion, EffRecordable, wt.effectivity.EffectivityHolder, wt.effectivity.EffectivityManageable, wt.epm.workspaces.Trackable, wt.epm.workspaces.WorkspaceTrackable, Releasable, wt.fc.archive.Archiveable, wt.fc.archive.ArchiveablePrimary, wt.fc.BusinessInformation, wt.fc.importer.ImportTrackable, NetFactor, ObjectMappable, Persistable, wt.federation.FederatedLinkHolder, wt.federation.RemotelyLinkable, CabinetBased, Foldered, FolderEntry, wt.folder.FolderServiceManaged, IteratedFoldered, Genericizable, wt.generic.OVTemplate, wt.generic.Variant, wt.iba.value.IBAHolder, DisplayIdentification, Indexable, WTContained, IteratedLifeCycleManaged, wt.lifecycle.LifeCycleManaged, Lockable, wt.maturity.Promotable, wt.meeting.actionitem.IteratedSubjectOfActionItem, wt.meeting.actionitem.SubjectOfActionItem, wt.note.NoteHolder, Notifiable, PathOccurrenceContext, PathOwner, UsesOccurrenceContext, wt.org.electronicIdentity.ElectronicallySignable, OrganizationOwned, OrganizationOwnedVersion, Ownable, wt.part.Part, wt.part.PartVersion, wt.recent.RecentlyVisited, wt.representation.Representable, wt.representation.RepresentablesAndMasters, wt.representation.RepresentationContributor, wt.team.TeamManaged, wt.type.FlexTyped, wt.type.Typed, wt.ufid.Federatable, wt.util.depthLock._DepthLock000, wt.util.depthLock._DepthLock001, wt.util.depthLock._DepthLock002, wt.util.depthLock._DepthLock003, wt.util.depthLock._DepthLock004, wt.util.depthLock._DepthLock005, wt.util.depthLock._DepthLock006, wt.util.depthLock._DepthLock007, Baselineable, Iterated, OneOffVersioned, Versionable, Versioned, ViewManageable, Workable, wt.viewmarkup.Viewable, wt.workflow.forum.IteratedSubjectOfForum, wt.workflow.forum.SubjectOfForum, wt.workflow.notebook.IteratedSubjectOfNotebook, wt.workflow.notebook.SubjectOfNotebook, wt.workflow.requirement.RequirementsManageable
public final class ManufacturerPart
- extends SupplierPart
- implements Externalizable
Use the newManufacturerPart static factory method(s), not
the ManufacturerPart 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: false
- See Also:
- Serialized Form
| Fields inherited from class wt.part.WTPart |
CONTRACT_NUMBER, DEFAULT_TRACE_CODE, DEFAULT_UNIT, END_ITEM, GENERIC_TYPE, JOB_AUTHORIZATION_NUMBER, NAME, NUMBER, PART_TYPE, PHASE, SOURCE |
|
Method Summary |
void |
setMaster(Mastered a_Master)
Sets the object for the association that plays role: MASTER. |
| Methods inherited from class wt.part.WTPart |
getContractNumber, getDefaultTraceCode, getDefaultUnit, getGenericType, getIdentity, getJobAuthorizationNumber, getName, getNumber, getOrganization, getOrganizationCodingSystem, getOrganizationName, getOrganizationUniqueIdentifier, getPartType, getPhase, getSource, initialize, isEndItem, newWTPart, newWTPart, newWTPart, setContractNumber, setDefaultTraceCode, setDefaultUnit, setEndItem, setGenericType, setJobAuthorizationNumber, setName, setNumber, setOrganization, setPartType, setPhase, setSource |
| Methods inherited from class wt.enterprise.RevisionControlled |
getControlBranch, getCreatorEMail, getCreatorFullName, getCreatorName, getIterationIdentifier, getIterationNote, getMaster, getMasterReference, getModifier, getModifierEMail, getModifierFullName, getModifierName, isLatestIteration, setControlBranch, setMasterReference |
setMaster
public void setMaster(Mastered a_Master)
throws WTPropertyVetoException,
WTException
- Sets the object for the association that plays role: MASTER.
Supported API: true
- Specified by:
setMaster in interface ConfiguredVersion- Specified by:
setMaster in interface Genericizable- Specified by:
setMaster in interface Iterated- Overrides:
setMaster in class SupplierPart
- Parameters:
a_Master -
- Throws:
WTPropertyVetoException
WTException- See Also:
Mastered