wt.change2
Class WTChangeIssue

java.lang.Object
  extended by wt.fc.WTObject
      extended by wt.change2.VersionableChangeItem
          extended by wt.change2.ChangeIssue
              extended by wt.change2.WTChangeIssue
All Implemented Interfaces:
Externalizable, Serializable, AccessControlled, wt.access.AccessControlList, wt.access.AdHocControlled, IdentityAccessControlled, wt.access.PolicyAccessControlled, wt.access.SecurityLabeled, wt.admin.DomainAdministered, ChangeIssueIfc, ChangeItem, ChangeItemIfc, ContentHolder, 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, 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 WTChangeIssue
extends ChangeIssue
implements wt.type.Typed, WTContained, IdentityAccessControlled, Externalizable

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

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

Use the newWTChangeIssue static factory method(s), not the WTChangeIssue 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.WTChangeIssueIdentity, Serialized Form

Field Summary
static String CATEGORY
          Label for the attribute.
static String DESCRIPTION
          Label for the attribute; An end-user provided statement to describe this WTChangeIssue.
static String ISSUE_PRIORITY
          Label for the attribute.
static String NAME
          Label for the attribute; An end-user provided name for this WTChangeIssue.
static String NUMBER
          Label for the attribute; A unique number assigned to this WTChangeIssue when it is first stored in database.
static String REQUESTER
          Label for the attribute; Identifies the person or organization requesting the change.
 
Fields inherited from class wt.change2.VersionableChangeItem
MASTER
 
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
 
Fields inherited from interface wt.org.OrganizationOwned
ORGANIZATION, ORGANIZATION_CODING_SYSTEM, ORGANIZATION_NAME, ORGANIZATION_UNIQUE_IDENTIFIER
 
Method Summary
 Category getCategory()
          Gets the object for the association that plays role: CATEGORY.
 String getDescription()
          Gets the value of the attribute: DESCRIPTION.
 IssuePriority getIssuePriority()
          Gets the object for the association that plays role: ISSUE_PRIORITY.
 String getName()
          Gets the value of the attribute: NAME.
 String getNumber()
          Gets the value of the attribute: NUMBER.
 String getRequester()
          Gets the value of the attribute: REQUESTER.
protected  void initialize(String name)
          Supports initialization, following construction of an instance.
protected  void initialize(WTChangeIssueMaster master)
          Supports initialization, following construction of an instance.
static WTChangeIssue newWTChangeIssue()
          For internal use.
static WTChangeIssue newWTChangeIssue(String name)
          A new-factory method that construct an initialized instance of a WTChangeIssue with the given name.
static WTChangeIssue newWTChangeIssue(WTChangeIssueMaster master)
          

Supported API: true
 void setCategory(Category a_Category)
          Sets the object for the association that plays role: CATEGORY.
 void setDescription(String a_Description)
          Sets the value of the attribute: DESCRIPTION.
 void setIssuePriority(IssuePriority a_IssuePriority)
          Sets the object for the association that plays role: ISSUE_PRIORITY.
 void setName(String a_Name)
          Sets the value of the attribute: NAME.
 void setNumber(String a_Number)
          Sets the value of the attribute: NUMBER.
 void setRequester(String a_Requester)
          Sets the value of the attribute: REQUESTER.
 
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.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 WTChangeIssue when it is first stored in database.

Supported API: true

See Also:
Constant Field Values

NAME

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

Supported API: true

See Also:
Constant Field Values

DESCRIPTION

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

Supported API: true

See Also:
Constant Field Values

REQUESTER

public static final String REQUESTER
Label for the attribute; Identifies the person or organization requesting the change. This is useful if the end users creating the change issue is doing so on behalf of another party.

Supported API: true

See Also:
Constant Field Values

ISSUE_PRIORITY

public static final String ISSUE_PRIORITY
Label for the attribute.

Supported API: true

See Also:
Constant Field Values

CATEGORY

public static final String CATEGORY
Label for the attribute.

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 WTChangeIssue when it is first stored in database.

Supported API: true

Returns:
String

setNumber

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

Supported API: true

Parameters:
a_Number -
Throws:
WTPropertyVetoException

getName

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

Supported API: true

Returns:
String

setName

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

Supported API: true

Parameters:
a_Name -
Throws:
WTPropertyVetoException

getDescription

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

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 WTChangeIssue.

Supported API: true

Parameters:
a_Description -
Throws:
WTPropertyVetoException

getRequester

public String getRequester()
Gets the value of the attribute: REQUESTER. Identifies the person or organization requesting the change. This is useful if the end users creating the change issue is doing so on behalf of another party.

Supported API: true

Returns:
String

setRequester

public void setRequester(String a_Requester)
                  throws WTPropertyVetoException
Sets the value of the attribute: REQUESTER. Identifies the person or organization requesting the change. This is useful if the end users creating the change issue is doing so on behalf of another party.

Supported API: true

Parameters:
a_Requester -
Throws:
WTPropertyVetoException

getIssuePriority

public IssuePriority getIssuePriority()
Gets the object for the association that plays role: ISSUE_PRIORITY.

Supported API: true

Returns:
IssuePriority

setIssuePriority

public void setIssuePriority(IssuePriority a_IssuePriority)
                      throws WTPropertyVetoException
Sets the object for the association that plays role: ISSUE_PRIORITY.

Supported API: true

Parameters:
a_IssuePriority -
Throws:
WTPropertyVetoException

getCategory

public Category getCategory()
Gets the object for the association that plays role: CATEGORY.

Supported API: true

Returns:
Category

setCategory

public void setCategory(Category a_Category)
                 throws WTPropertyVetoException
Sets the object for the association that plays role: CATEGORY.

Supported API: true

Parameters:
a_Category -
Throws:
WTPropertyVetoException

newWTChangeIssue

public static WTChangeIssue newWTChangeIssue()
                                      throws WTException
For internal use. Do Not Use.

Supported API: true

Returns:
WTChangeIssue
Throws:
WTException

newWTChangeIssue

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

Supported API: true

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

newWTChangeIssue

public static WTChangeIssue newWTChangeIssue(WTChangeIssueMaster master)
                                      throws WTException


Supported API: true

Parameters:
master -
Returns:
WTChangeIssue
Throws:
WTException

initialize

protected void initialize(WTChangeIssueMaster 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