|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectwt.fc.WTObject
wt.change2.VersionableChangeItem
wt.change2.ChangeAnalysis
wt.change2.ChangeProposal
wt.change2.WTChangeProposal
public class 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
wt.change2.WTChangeProposalIdentity,
Serialized Form| Field Summary | |
|---|---|
static String |
DESCRIPTION
Label for the attribute; An end-user provided statement to describe this WTChangeProposal. |
static String |
NAME
Label for the attribute; An end-user provided name for this WTChangeProposal. |
static String |
NUMBER
Label for the attribute; A unique number assigned to this WTChangeProposal when it is first stored in database. |
| 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.org.OrganizationOwnedVersion |
|---|
MASTER_REFERENCE |
| Fields inherited from interface wt.org.OrganizationOwned |
|---|
ORGANIZATION, ORGANIZATION_CODING_SYSTEM, ORGANIZATION_NAME, ORGANIZATION_UNIQUE_IDENTIFIER |
| Method Summary | |
|---|---|
String |
getDescription()
Gets the value of the attribute: DESCRIPTION. |
String |
getName()
Gets the value of the attribute: NAME. |
String |
getNumber()
Gets the value of the attribute: NUMBER. |
protected void |
initialize(String name)
Supports initialization, following construction of an instance. |
static WTChangeProposal |
newWTChangeProposal()
A no-arg new-factory method to construct an initialized instance of a WTChangeProposal. |
static WTChangeProposal |
newWTChangeProposal(String name)
A new-factory method that construct an initialized instance of a WTChangeProposal with the given name. |
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 |
setNumber(String a_Number)
Sets the value of the attribute: NUMBER. |
| 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 |
| Field Detail |
|---|
public static final String NUMBER
wt.change2.WTChangeProposalIdentity,
Constant Field Valuespublic static final String NAME
wt.change2.WTChangeProposalIdentity,
Constant Field Valuespublic static final String DESCRIPTION
| Method Detail |
|---|
public String getNumber()
wt.change2.WTChangeProposalIdentity
public void setNumber(String a_Number)
throws WTPropertyVetoException
a_Number -
WTPropertyVetoExceptionwt.change2.WTChangeProposalIdentitypublic String getName()
wt.change2.WTChangeProposalIdentity
public void setName(String a_Name)
throws WTPropertyVetoException
a_Name -
WTPropertyVetoExceptionwt.change2.WTChangeProposalIdentitypublic String getDescription()
public void setDescription(String a_Description)
throws WTPropertyVetoException
a_Description -
WTPropertyVetoException
public static WTChangeProposal newWTChangeProposal()
throws WTException
WTException
public static WTChangeProposal newWTChangeProposal(String name)
throws WTException
name -
WTException
protected void initialize(String name)
throws WTException
name -
WTException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||