wt.change2
Class WTChangeOrder2

java.lang.Object
  extended by wt.fc.WTObject
      extended by wt.change2.VersionableChangeItem
          extended by wt.change2.ChangeOrder2
              extended by wt.change2.WTChangeOrder2
All Implemented Interfaces:
Externalizable, Serializable, AccessControlled, wt.access.AccessControlList, wt.access.AdHocControlled, IdentityAccessControlled, wt.access.PolicyAccessControlled, wt.access.SecurityLabeled, wt.admin.DomainAdministered, ChangeItem, ChangeItemIfc, ChangeOrderIfc, ContentHolder, Releasable, NetFactor, ObjectMappable, Persistable, CabinetBased, Foldered, FolderEntry, wt.folder.FolderServiceManaged, IteratedFoldered, wt.iba.value.IBAHolder, DisplayIdentification, Indexable, WTContained, IteratedLifeCycleManaged, wt.lifecycle.LifeCycleManaged, Notifiable, wt.org.electronicIdentity.ElectronicallySignable, OrganizationOwned, OrganizationOwnedImpl, OrganizationOwnedVersion, Ownable, wt.recent.RecentlyVisited, wt.team.TeamManaged, wt.type.FlexTyped, wt.type.Typed, Baselineable, Iterated, OneOffVersioned, Versionable, Versioned, wt.workflow.forum.IteratedSubjectOfForum, wt.workflow.forum.SubjectOfForum, wt.workflow.notebook.IteratedSubjectOfNotebook, wt.workflow.notebook.SubjectOfNotebook

public class WTChangeOrder2
extends ChangeOrder2
implements wt.type.Typed, Releasable, WTContained, IdentityAccessControlled, Externalizable

A Windchill provided reference implementation of a ChangeOrder2. Depending on its suitability, the site may use it as is, extend it or disregard it entirely and extend the abstract ChangeOrder2 class instead.

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

Use the newWTChangeOrder2 static factory method(s), not the WTChangeOrder2 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:
wt.change2.WTChangeOrder2Identity, Serialized Form

Field Summary
static String DESCRIPTION
          Label for the attribute; An end-user provided statement to describe this WTChangeOrder.
static String NAME
          Label for the attribute; An end-user provided name for this WTChangeOrder2.
static String NEED_DATE
          Label for the attribute; The data by which this order should be implemented.
static String NUMBER
          Label for the attribute; A unique number assigned to this WTChangeOrder when it is first stored in database.
 
Fields inherited from class wt.change2.VersionableChangeItem
MASTER
 
Fields inherited from interface wt.org.OrganizationOwnedImpl
ORGANIZATION_REFERENCE
 
Fields inherited from interface wt.org.OrganizationOwned
ORGANIZATION, ORGANIZATION_CODING_SYSTEM, ORGANIZATION_NAME, ORGANIZATION_UNIQUE_IDENTIFIER
 
Fields 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_NAME
 
Fields 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_NAME
 
Fields 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_NAME
 
Fields 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_NAME
 
Fields inherited from interface wt.org.OrganizationOwnedVersion
MASTER_REFERENCE
 
Method Summary
 String getDescription()
          Gets the value of the attribute: DESCRIPTION.
 String getName()
          Gets the value of the attribute: NAME.
 Timestamp getNeedDate()
          Gets the value of the attribute: NEED_DATE.
 String getNumber()
          Gets the value of the attribute: NUMBER.
protected  void initialize(String name)
          Supports initialization, following construction of an instance.
protected  void initialize(WTChangeOrder2Master master)
          Supports initialization, following construction of an instance.
static WTChangeOrder2 newWTChangeOrder2()
          A no-arg new-factory method to construct an initialized instance of a WTChangeOrder2.
static WTChangeOrder2 newWTChangeOrder2(String name)
          A new-factory method that construct an initialized instance of a WTChangeOrder2 with the given name.
static WTChangeOrder2 newWTChangeOrder2(WTChangeOrder2Master master)
          

Supported API: true
 void setDescription(String a_Description)
          Sets the value of the attribute: DESCRIPTION.
 void setName(String a_Name)
          Sets the value of the attribute: NAME.
 void setNeedDate(Timestamp a_NeedDate)
          Sets the value of the attribute: NEED_DATE.
 void setNumber(String a_Number)
          Sets the value of the attribute: NUMBER.
 
Methods inherited from class wt.change2.ChangeOrder2
getOrganizationReference, setOrganizationReference
 
Methods inherited from class wt.change2.VersionableChangeItem
getControlBranch, getIterationIdentifier, getIterationNote, getMaster, getMasterReference, getModifier, getModifierEMail, getModifierFullName, getModifierName, getOrganization, getOrganizationCodingSystem, getOrganizationName, getOrganizationUniqueIdentifier, isLatestIteration, setControlBranch, setMaster, setMasterReference, setOrganization
 
Methods inherited from class wt.fc.WTObject
getDisplayIdentifier, getDisplayIdentity, getDisplayType
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface wt.org.OrganizationOwned
getOrganization, getOrganizationCodingSystem, getOrganizationName, getOrganizationUniqueIdentifier
 
Methods inherited from interface wt.vc.Iterated
getControlBranch, getCreatorEMail, getCreatorFullName, getCreatorName, getIterationIdentifier, getIterationNote, getMaster, getMasterReference, getModifier, getModifierEMail, getModifierFullName, getModifierName, isLatestIteration, setControlBranch, setMaster, setMasterReference
 
Methods inherited from interface wt.vc.Iterated
getControlBranch, getCreatorEMail, getCreatorFullName, getCreatorName, getIterationIdentifier, getIterationNote, getMaster, getMasterReference, getModifier, getModifierEMail, getModifierFullName, getModifierName, isLatestIteration, setControlBranch, setMaster, setMasterReference
 
Methods inherited from interface wt.vc.Iterated
getControlBranch, getCreatorEMail, getCreatorFullName, getCreatorName, getIterationIdentifier, getIterationNote, getMaster, getMasterReference, getModifier, getModifierEMail, getModifierFullName, getModifierName, isLatestIteration, setControlBranch, setMaster, setMasterReference
 
Methods inherited from interface wt.vc.Iterated
getControlBranch, getCreatorEMail, getCreatorFullName, getCreatorName, getIterationIdentifier, getIterationNote, getMaster, getMasterReference, getModifier, getModifierEMail, getModifierFullName, getModifierName, isLatestIteration, setControlBranch, setMaster, setMasterReference
 

Field Detail

NUMBER

public static final String NUMBER
Label for the attribute; A unique number assigned to this WTChangeOrder when it is first stored in database.

Supported API: true

See Also:
wt.change2.WTChangeOrder2Identity, Constant Field Values

NAME

public static final String NAME
Label for the attribute; An end-user provided name for this WTChangeOrder2.

Supported API: true

See Also:
wt.change2.WTChangeOrder2Identity, Constant Field Values

DESCRIPTION

public static final String DESCRIPTION
Label for the attribute; An end-user provided statement to describe this WTChangeOrder.

Supported API: true

See Also:
Constant Field Values

NEED_DATE

public static final String NEED_DATE
Label for the attribute; The data by which this order should be implemented.

Supported API: true

See Also:
Constant Field Values
Method Detail

getNumber

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

Supported API: true

Returns:
String
See Also:
wt.change2.WTChangeOrder2Identity

setNumber

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

Supported API: true

Parameters:
a_Number -
Throws:
WTPropertyVetoException
See Also:
wt.change2.WTChangeOrder2Identity

getName

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

Supported API: true

Returns:
String
See Also:
wt.change2.WTChangeOrder2Identity

setName

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

Supported API: true

Parameters:
a_Name -
Throws:
WTPropertyVetoException
See Also:
wt.change2.WTChangeOrder2Identity

getDescription

public String getDescription()
Gets the value of the attribute: DESCRIPTION. An end-user provided statement to describe this WTChangeOrder.

Supported API: true

Returns:
String

setDescription

public void setDescription(String a_Description)
                    throws WTPropertyVetoException
Sets the value of the attribute: DESCRIPTION. An end-user provided statement to describe this WTChangeOrder.

Supported API: true

Parameters:
a_Description -
Throws:
WTPropertyVetoException

getNeedDate

public Timestamp getNeedDate()
Gets the value of the attribute: NEED_DATE. The data by which this order should be implemented.

Supported API: true

Returns:
Timestamp

setNeedDate

public void setNeedDate(Timestamp a_NeedDate)
                 throws WTPropertyVetoException
Sets the value of the attribute: NEED_DATE. The data by which this order should be implemented.

Supported API: true

Parameters:
a_NeedDate -
Throws:
WTPropertyVetoException

newWTChangeOrder2

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

Supported API: true

Returns:
WTChangeOrder2
Throws:
WTException

newWTChangeOrder2

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

Supported API: true

Parameters:
name -
Returns:
WTChangeOrder2
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

newWTChangeOrder2

public static WTChangeOrder2 newWTChangeOrder2(WTChangeOrder2Master master)
                                        throws WTException


Supported API: true

Parameters:
master -
Returns:
WTChangeOrder2
Throws:
WTException

initialize

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

Supported API: true

Parameters:
master -
Throws:
WTException