Class UdiSuperSet

All Implemented Interfaces:
com.ptc.qualitymanagement.qms._QMSValidatable, com.ptc.qualitymanagement.qms.QMSManageable, com.ptc.qualitymanagement.qms.QMSValidatable, com.ptc.qualitymanagement.udi.superset._UdiSuperSetTypeInterface, com.ptc.qualitymanagement.udi.superset.UdiSuperSetTypeInterface, 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.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, CabinetBased, Foldered, FolderEntry, wt.folder.FolderServiceManaged, 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.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, Iterated

@GenAsPersistable(superClass=UDISubmission.class,interfaces=com.ptc.qualitymanagement.udi.superset.UdiSuperSetTypeInterface.class,serializable=EXTERNALIZABLE_BASIC,properties={@GeneratedProperty(name="versionNumber",type=java.lang.Long.class,initialValue="1L"),@GeneratedProperty(name="publishDate",type=java.sql.Timestamp.class),@GeneratedProperty(name="exemptFromDPM",type=java.lang.Boolean.class,javaDoc="Exempt from Direct Part Marking"),@GeneratedProperty(name="exemptDPMReason",type=java.lang.String.class,constraints=@PropertyConstraints(upperLimit=20),javaDoc="@deprecated removed from specification 09.24.2013"),@GeneratedProperty(name="exemptFromPremarketAuthorization",type=java.lang.Boolean.class,javaDoc="When false Premarket Authorization objects are required.")},foreignKeys=@GeneratedForeignKey(name="UdiSuperSetMasterIteration",foreignKeyRole=@ForeignKeyRole(name="master",type=UdiSuperSetMaster.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),@DerivedProperty(name="setID",derivedFrom="master>setID",supportedAPI=PUBLIC)}) public class UdiSuperSet extends _UdiSuperSet

Use the newUdiSuperSet static factory method(s), not the UdiSuperSet 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:
  • Method Details

    • newUdiSuperSet

      public static UdiSuperSet newUdiSuperSet() throws WTException
      Default factory for the class.

      Supported API: true
      Returns:
      BlankValue
      Throws:
      WTException
    • initialize

      protected void initialize() throws WTException
      Supports initialization, following construction of an instance. Invoked by "new" factory having the same signature.

      Supported API: true
      Overrides:
      initialize in class WTObject
      Parameters:
      name -
      Throws:
      WTException