Package com.ptc.windchill.wp
Class WorkPackageMaster
java.lang.Object
wt.fc._WTObject
wt.fc.WTObject
com.ptc.windchill.wp._AbstractWorkPackageMaster
com.ptc.windchill.wp.AbstractWorkPackageMaster
com.ptc.windchill.wp._WorkPackageMaster
com.ptc.windchill.wp.WorkPackageMaster
- All Implemented Interfaces:
Externalizable,Serializable,wt.facade.contentcontrol._ContentControllable,wt.facade.contentcontrol.ContentControllable,wt.fc._Identified,wt.fc._NetFactor,wt.fc._ObjectMappable,wt.fc._Persistable,wt.fc._UniquelyIdentified,Identified,NetFactor,ObjectMappable,Persistable,UniquelyIdentified,wt.federation._FederatedLinkHolder,wt.federation._RemotelyLinkable,wt.federation.FederatedLinkHolder,wt.federation.RemotelyLinkable,DisplayIdentification,wt.inf.container._WTContained,wt.inf.container._WTContainedIdentified,WTContained,WTContainedIdentified,_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
- Direct Known Subclasses:
com.ptc.windchill.wadm.cdrl._ContractPackageMaster
@GenAsPersistable(superClass=AbstractWorkPackageMaster.class,
interfaces=wt.type.TypeManaged.class)
public class WorkPackageMaster
extends com.ptc.windchill.wp._WorkPackageMaster
Use the newWorkPackageMaster static factory method(s), not
the WorkPackageMaster 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:
-
Field Summary
Fields inherited from class com.ptc.windchill.wp._WorkPackageMaster
EXTERNALIZATION_VERSION_UIDFields inherited from class com.ptc.windchill.wp._AbstractWorkPackageMaster
CONTENT_CONTROL_EXISTS, NAME, NUMBERFields inherited from class wt.fc._WTObject
CREATE_TIMESTAMP, MODIFY_TIMESTAMPFields inherited from interface wt.facade.contentcontrol._ContentControllable
CONTENT_CONTROLLABLE_INFOFields inherited from interface wt.ufid._Federatable
FEDERATABLE_INFOFields inherited from interface wt.vc._Mastered
SERIESFields inherited from interface wt.org._OrganizationOwned
ORGANIZATION_CODING_SYSTEM, ORGANIZATION_NAME, ORGANIZATION_UNIQUE_IDENTIFIERFields inherited from interface wt.org._OrganizationOwnedImpl
ORGANIZATION_REFERENCEFields inherited from interface wt.fc._Persistable
PERSIST_INFOFields inherited from interface wt.inf.container._WTContained
CONTAINER, CONTAINER_NAME, CONTAINER_REFERENCEFields inherited from interface wt.identity.DisplayIdentification
DISPLAY_IDENTIFIER, DISPLAY_IDENTITY, DISPLAY_TYPEFields inherited from interface wt.org.OrganizationOwned
ORGANIZATION, ORGANIZATION_REFERENCEFields inherited from interface wt.fc.Persistable
IDENTITY, TYPEFields inherited from interface wt.projmgmt.deliverable.SubjectOfDeliverable
loggerFields inherited from interface wt.inf.container.WTContained
CONTAINER_ID -
Method Summary
Methods inherited from class com.ptc.windchill.wp._WorkPackageMaster
getClassInfo, getConceptualClassname, getType, readExternal, readExternal, readVersion, super_readExternal_WorkPackageMaster, super_readVersion_WorkPackageMaster, super_writeExternal_WorkPackageMaster, writeExternal, writeExternalMethods inherited from class com.ptc.windchill.wp.AbstractWorkPackageMaster
getIdentificationObject, getOrganization, getOrganizationReference, setNumber, setOrganization, setOrganizationReferenceMethods inherited from class com.ptc.windchill.wp._AbstractWorkPackageMaster
getContainer, getContainerName, getContainerReference, getContentControllableInfo, getFederatableInfo, getName, getNumber, getOrganizationCodingSystem, getOrganizationName, getOrganizationUniqueIdentifier, getSeries, isContentControlExists, readVersion, setContainer, setContainerReference, setContentControlExists, setContentControllableInfo, setFederatableInfo, setName, setSeries, super_readExternal_AbstractWorkPackageMaster, super_readVersion_AbstractWorkPackageMaster, super_writeExternal_AbstractWorkPackageMasterMethods inherited from class wt.fc.WTObject
checkAttributes, duplicate, getDisplayIdentifier, getDisplayIdentity, getDisplayType, getIdentity, initialize, toStringMethods inherited from class wt.fc._WTObject
equals, getCreateTimestamp, getModifyTimestamp, getPersistInfo, hashCode, readVersion, setPersistInfoMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface wt.fc._Persistable
getPersistInfo, setPersistInfoMethods inherited from interface wt.fc.Persistable
checkAttributes, getIdentity
-
Method Details
-
newWorkPackageMaster
Default factory for the class.
Supported API: true- Returns:
- WorkPackageMaster
- Throws:
WTException- the wT exception
-