Class UdiSuperSet2
java.lang.Object
wt.fc._WTObject
wt.fc.WTObject
com.ptc.qualitymanagement.udi._UDISubmission
com.ptc.qualitymanagement.udi.UDISubmission
com.ptc.qualitymanagement.udi.superset._UdiSuperSet2
com.ptc.qualitymanagement.udi.superset.UdiSuperSet2
- All Implemented Interfaces:
com.ptc.qualitymanagement.qms._QMSValidatable,com.ptc.qualitymanagement.qms.QMSManageable,com.ptc.qualitymanagement.qms.QMSValidatable,com.ptc.qualitymanagement.udi.superset._UdiSuperSet2TypeInterface,com.ptc.qualitymanagement.udi.superset.UdiSuperSet2TypeInterface,com.ptc.windchill.bac._BACManaged,com.ptc.windchill.bac.BACManaged,Externalizable,Serializable,wt.access._AccessControlled,wt.access._AccessControlList,wt.access._AdHocControlled,wt.access._PolicyAccessControlled,wt.access._SecurityLabeled,AccessControlled,wt.access.AccessControlList,AdHocControlled,wt.access.PolicyAccessControlled,SecurityLabeled,wt.admin._DomainAdministered,DomainAdministered,wt.change2._Changeable2,wt.change2._ChangeableIfc,Changeable2,ChangeableIfc,wt.content._ContentHolder,wt.content._FormatContentHolder,ContentHolder,FormatContentHolder,wt.enterprise._Templateable,wt.enterprise.Templateable,wt.fc._NetFactor,wt.fc._ObjectMappable,wt.fc._Persistable,wt.fc.adminlock._AdministrativelyLockable,AdministrativelyLockable,NetFactor,ObjectMappable,Persistable,wt.folder._CabinetBased,wt.folder._Foldered,wt.folder._FolderEntry,wt.folder._FolderServiceManaged,wt.folder._IteratedFoldered,CabinetBased,Foldered,FolderEntry,wt.folder.FolderServiceManaged,IteratedFoldered,wt.iba.value._IBAHolder,wt.iba.value.IBAHolder,DisplayIdentification,wt.inf.container._WTContained,wt.inf.container._WTContainedFilterable,WTContained,wt.inf.container.WTContainedFilterable,wt.lifecycle._IteratedLifeCycleManaged,_LifeCycleManaged,IteratedLifeCycleManaged,LifeCycleManaged,wt.locks._Lockable,Lockable,wt.maturity._Promotable,Promotable,wt.ownership._Ownable,wt.ownership.Ownable,wt.recent.RecentlyVisited,wt.reservation._Reservable,Reservable,_TeamManaged,TeamManaged,wt.type._Typed,wt.type._TypeManaged,wt.type.FlexTyped,wt.type.Typed,wt.type.TypeManaged,_Iterated,wt.vc._Versionable,wt.vc._Versioned,wt.vc.baseline._Baselineable,Baselineable,Iterated,Versionable,Versioned,wt.vc.wip._Workable,Workable
@GenAsPersistable(superClass=UDISubmission.class,interfaces={Changeable2.class,Versioned.class,Workable.class,IteratedFoldered.class,Promotable.class,com.ptc.qualitymanagement.udi.superset.UdiSuperSet2TypeInterface.class},serializable=EXTERNALIZABLE_BASIC,foreignKeys=@GeneratedForeignKey(name="UdiSuperSet2MasterIteration",foreignKeyRole=@ForeignKeyRole(name="master",type=UdiSuperSet2Master.class,cascade=false,constraints=@PropertyConstraints(required=true),supportedAPI=PUBLIC),myRole=@MyRole(name="iteration",cascade=false,supportedAPI=PUBLIC)),derivedProperties={@DerivedProperty(name="name",derivedFrom="master>name",supportedAPI=PUBLIC),@DerivedProperty(name="number",derivedFrom="master>number",supportedAPI=PUBLIC)})
public class UdiSuperSet2
extends _UdiSuperSet2
Use the newUdiSuperSet2 static factory method(s), not the UdiSuperSet2 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.qualitymanagement.udi._UDISubmission
NAME, NUMBERFields inherited from interface wt.vc._Iterated
CONTROL_BRANCH, CREATOR_EMAIL, CREATOR_FULL_NAME, CREATOR_NAME, ITERATION_IDENTIFIER, ITERATION_NOTE, LATEST_ITERATION, MASTER, MASTER_REFERENCE, MODIFIER, MODIFIER_EMAIL, MODIFIER_FULL_NAME, MODIFIER_NAMEFields inherited from interface wt.lifecycle._LifeCycleManaged
LIFE_CYCLE_STATE, STATEFields inherited from interface wt.team._TeamManaged
TEAM_ID, TEAM_TEMPLATE_ID -
Method Summary
Modifier and TypeMethodDescriptionprotected voidSupports initialization, following construction of an instance.static UdiSuperSet2Default factory for the class.Methods inherited from class com.ptc.qualitymanagement.udi.superset._UdiSuperSet2
getName, getNumber, setName, setNumberMethods inherited from class com.ptc.qualitymanagement.udi.UDISubmission
getSubmittedForMethods inherited from class com.ptc.qualitymanagement.udi._UDISubmission
getControlBranch, getCreatorEMail, getCreatorFullName, getCreatorName, getIterationIdentifier, getIterationNote, getLifeCycleState, getMaster, getMasterReference, getModifier, getModifierEMail, getModifierFullName, getModifierName, getState, getTeamId, getTeamTemplateId, isLatestIteration, setMaster, setMasterReferenceMethods inherited from class wt.fc.WTObject
getDisplayIdentifier, getDisplayIdentity, getDisplayTypeMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface wt.vc._Iterated
getControlBranch, getCreatorEMail, getCreatorFullName, getCreatorName, getIterationIdentifier, getIterationNote, getMaster, getMasterReference, getModifier, getModifierEMail, getModifierFullName, getModifierName, isLatestIteration, setMaster, setMasterReferenceMethods inherited from interface wt.lifecycle._LifeCycleManaged
getLifeCycleState, getStateMethods inherited from interface wt.team._TeamManaged
getTeamId, getTeamTemplateIdMethods inherited from interface wt.fc.Persistable
checkAttributes
-
Method Details
-
newUdiSuperSet2
Default factory for the class.
Supported API: true- Returns:
- BlankValue
- Throws:
WTException
-
initialize
Supports initialization, following construction of an instance. Invoked by "new" factory having the same signature.
Supported API: true- Overrides:
initializein classWTObject- Parameters:
name-- Throws:
WTException
-