Package wt.change2

Class WTChangeProposal

All Implemented Interfaces:
com.ptc.windchill.bac._BACManaged, com.ptc.windchill.bac.BACManaged, Externalizable, Serializable, wt.access._AccessControlled, wt.access._AccessControlList, wt.access._AdHocControlled, wt.access._IdentityAccessControlled, wt.access._PolicyAccessControlled, wt.access._SecurityLabeled, AccessControlled, wt.access.AccessControlList, AdHocControlled, wt.access.IdentityAccessControlled, wt.access.PolicyAccessControlled, SecurityLabeled, wt.admin._DomainAdministered, DomainAdministered, wt.change2._ChangeAnalysisIfc, wt.change2._ChangeItem, wt.change2._ChangeProposalIfc, wt.change2._WTChangeProposalTypeInterface, ChangeAnalysisIfc, ChangeItem, ChangeItemIfc, ChangeProposalIfc, wt.change2.WTChangeProposalTypeInterface, wt.content._ContentHolder, ContentHolder, wt.enterprise._Templateable, wt.enterprise.Templateable, wt.facade.persistedcollection._PersistedCollectable, PersistedCollectable, wt.fc._NetFactor, wt.fc._ObjectMappable, wt.fc._Persistable, wt.fc.adminlock._AdministrativelyLockable, AdministrativelyLockable, NetFactor, ObjectMappable, Persistable, wt.federation._FederatedLinkHolder, wt.federation._RemotelyLinkable, wt.federation.FederatedLinkHolder, wt.federation.RemotelyLinkable, wt.folder._CabinetBased, wt.folder._CabinetMember, wt.folder._FolderEntry, wt.folder._FolderServiceManaged, CabinetBased, CabinetMember, FolderEntry, wt.folder.FolderServiceManaged, wt.iba.value._IBAHolder, wt.iba.value.IBAHolder, DisplayIdentification, wt.index._Indexable, Indexable, wt.inf.container._WTContained, wt.inf.container._WTContainedFilterable, WTContained, wt.inf.container.WTContainedFilterable, wt.lifecycle._IteratedLifeCycleManaged, _LifeCycleManaged, IteratedLifeCycleManaged, LifeCycleManaged, wt.meeting.actionitem._IteratedSubjectOfActionItem, wt.meeting.actionitem._SubjectOfActionItem, wt.meeting.actionitem.IteratedSubjectOfActionItem, wt.meeting.actionitem.SubjectOfActionItem, wt.notify._Notifiable, Notifiable, _OrganizationOwned, wt.org._OrganizationOwnedVersion, wt.org.electronicIdentity._ElectronicallySignable, wt.org.electronicIdentity.ElectronicallySignable, OrganizationOwned, OrganizationOwnedVersion, wt.ownership._Ownable, wt.ownership.Ownable, wt.projmgmt.deliverable._SubjectOfDeliverable, wt.projmgmt.deliverable._VersionedSubjectOfDeliverable, wt.projmgmt.deliverable.SubjectOfDeliverable, wt.projmgmt.deliverable.VersionedSubjectOfDeliverable, wt.recent.RecentlyVisited, wt.reservation._Reservable, Reservable, _TeamManaged, TeamManaged, wt.type._Typed, wt.type._TypeManaged, wt.type.FlexTyped, wt.type.Typed, wt.type.TypeManaged, wt.ufid._Federatable, wt.ufid.Federatable, _Iterated, wt.vc._OneOffVersioned, wt.vc._Versionable, wt.vc._Versioned, wt.vc.baseline._Baselineable, Baselineable, Iterated, OneOffVersioned, Versionable, Versioned

@GenAsPersistable(superClass=ChangeProposal.class,interfaces={wt.type.Typed.class,WTContained.class,wt.access.IdentityAccessControlled.class,wt.change2.WTChangeProposalTypeInterface.class},extendable=true,versions={-8617382813256391436L,-870603003395223594L},properties=@GeneratedProperty(name="description",type=java.lang.String.class,supportedAPI=PUBLIC,javaDoc="An end-user provided statement to describe this WTChangeProposal.",constraints=@PropertyConstraints(lowerLimit=1,upperLimit=4000)),foreignKeys=@GeneratedForeignKey(name="WTChangeProposalMasterIteration",foreignKeyRole=@ForeignKeyRole(name="master",type=WTChangeProposalMaster.class,cascade=false,constraints=@PropertyConstraints(required=true),accessors=@PropertyAccessors(getAccess=PRIVATE)),myRole=@MyRole(name="iteration",cascade=false)),derivedProperties={@DerivedProperty(name="number",derivedFrom="master>number",supportedAPI=PUBLIC),@DerivedProperty(name="name",derivedFrom="master>name",supportedAPI=PUBLIC)},tableProperties=@TableProperties(compositeIndex2="+ state.state",compositeIndex3="+ state.state",oracleTableSize=LARGE),iconProperties=@IconProperties(standardIcon="netmarkets/images/chgprop.gif",openIcon="netmarkets/images/chgprop.gif")) public class WTChangeProposal extends _WTChangeProposal
A Windchill provided reference implementation of a ChangeProposal. Depending on its suitability, the site may use it as is, extend it or disregard it entirely and extend the abstract ChangeProposal class instead.

Each WTChangeProposal instance is assigned a unique number which is generated by the system when the change proposal is stored in the database.

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

    • getNumber

      public String getNumber()
      Gets the value of the attribute: NUMBER. A unique number assigned to this WTChangeProposal when it is first stored in database.

      Supported API: true
      Overrides:
      getNumber in class _WTChangeProposal
      Returns:
      String
      See Also:
      • invalid reference
        wt.change2.WTChangeProposalIdentity
    • setNumber

      public void setNumber(String a_Number) throws WTPropertyVetoException
      Sets the value of the attribute: NUMBER. A unique number assigned to this WTChangeProposal when it is first stored in database.

      Supported API: true
      Overrides:
      setNumber in class _WTChangeProposal
      Parameters:
      a_Number -
      Throws:
      WTPropertyVetoException
      See Also:
      • invalid reference
        wt.change2.WTChangeProposalIdentity
    • getName

      public String getName()
      Gets the value of the attribute: NAME. An end-user provided name for this WTChangeProposal.

      Supported API: true
      Specified by:
      getName in interface CabinetBased
      Specified by:
      getName in interface wt.projmgmt.deliverable.SubjectOfDeliverable
      Overrides:
      getName in class _WTChangeProposal
      Returns:
      String
      See Also:
      • invalid reference
        wt.change2.WTChangeProposalIdentity
    • setName

      public void setName(String a_Name) throws WTPropertyVetoException
      Sets the value of the attribute: NAME. An end-user provided name for this WTChangeProposal.

      Supported API: true
      Overrides:
      setName in class _WTChangeProposal
      Parameters:
      a_Name -
      Throws:
      WTPropertyVetoException
      See Also:
      • invalid reference
        wt.change2.WTChangeProposalIdentity
    • newWTChangeProposal

      public static WTChangeProposal newWTChangeProposal() throws WTException
      A no-arg new-factory method to construct an initialized instance of a WTChangeProposal.

      Supported API: true
      Returns:
      WTChangeProposal
      Throws:
      WTException
    • newWTChangeProposal

      public static WTChangeProposal newWTChangeProposal(String name) throws WTException
      A new-factory method that construct an initialized instance of a WTChangeProposal with the given name.

      Supported API: true
      Parameters:
      name -
      Returns:
      WTChangeProposal
      Throws:
      WTException
    • initialize

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

      Supported API: true
      Parameters:
      name -
      Throws:
      WTException
    • newWTChangeProposal

      public static WTChangeProposal newWTChangeProposal(WTChangeProposalMaster master) throws WTException


      Supported API: true
      Parameters:
      master -
      Returns:
      WTChangeProposal
      Throws:
      WTException