|
|||||||||
| 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.ChangeRequest2
wt.change2.WTChangeRequest2
public class WTChangeRequest2
A Windchill provided reference implementation of a ChangeRequest2. Depending on its suitability, the site may use it as is, extend it or disregard it entirely and extend the abstract ChangeRequest2 class instead.
Each WTChangeRequest2 instance is assigned a unique number which is generated by the system when the change request is stored in the database.
Use the newWTChangeRequest2 static factory method(s), not
the WTChangeRequest2 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.WTChangeRequest2Identity,
Serialized Form| Field Summary | |
|---|---|
static String |
CATEGORY
Label for the attribute. |
static String |
COMPLEXITY
Label for the attribute. |
static String |
DESCRIPTION
Label for the attribute; An end-user provided statement to describe this WTChangeRequest. |
static String |
NAME
Label for the attribute; An end-user provided name for this WTChangeRequest2. |
static String |
NEED_DATE
Label for the attribute; The date by which the request should be completed. |
static String |
NUMBER
Label for the attribute; A unique number assigned to this WTChangeRequest2 when it is first stored in database. |
static String |
REQUEST_PRIORITY
Label for the attribute. |
| 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. |
Complexity |
getComplexity()
Gets the object for the association that plays role: COMPLEXITY. |
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. |
RequestPriority |
getRequestPriority()
Gets the object for the association that plays role: REQUEST_PRIORITY. |
protected void |
initialize(String name)
Supports initialization, following construction of an instance. |
protected void |
initialize(WTChangeRequest2Master master)
Supports initialization, following construction of an instance. |
static WTChangeRequest2 |
newWTChangeRequest2()
A no-arg new-factory method to construct an initialized instance of a WTChangeRequest2. |
static WTChangeRequest2 |
newWTChangeRequest2(String name)
A new-factory method that construct an initialized instance of a WTChangeRequest2 with the given name. |
static WTChangeRequest2 |
newWTChangeRequest2(WTChangeRequest2Master master)
Supported API: true |
void |
setCategory(Category a_Category)
Sets the object for the association that plays role: CATEGORY. |
void |
setComplexity(Complexity a_Complexity)
Sets the object for the association that plays role: COMPLEXITY. |
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. |
void |
setRequestPriority(RequestPriority a_RequestPriority)
Sets the object for the association that plays role: REQUEST_PRIORITY. |
| 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 |
|---|
public static final String NUMBER
wt.change2.WTChangeRequest2Identity,
Constant Field Valuespublic static final String NAME
wt.change2.WTChangeRequest2Identity,
Constant Field Valuespublic static final String DESCRIPTION
public static final String NEED_DATE
public static final String REQUEST_PRIORITY
public static final String CATEGORY
public static final String COMPLEXITY
| Method Detail |
|---|
public String getNumber()
wt.change2.WTChangeRequest2Identity
public void setNumber(String a_Number)
throws WTPropertyVetoException
a_Number -
WTPropertyVetoExceptionwt.change2.WTChangeRequest2Identitypublic String getName()
wt.change2.WTChangeRequest2Identity
public void setName(String a_Name)
throws WTPropertyVetoException
a_Name -
WTPropertyVetoExceptionwt.change2.WTChangeRequest2Identitypublic String getDescription()
public void setDescription(String a_Description)
throws WTPropertyVetoException
a_Description -
WTPropertyVetoExceptionpublic Timestamp getNeedDate()
public void setNeedDate(Timestamp a_NeedDate)
throws WTPropertyVetoException
a_NeedDate -
WTPropertyVetoExceptionpublic RequestPriority getRequestPriority()
public void setRequestPriority(RequestPriority a_RequestPriority)
throws WTPropertyVetoException
a_RequestPriority -
WTPropertyVetoExceptionpublic Category getCategory()
public void setCategory(Category a_Category)
throws WTPropertyVetoException
a_Category -
WTPropertyVetoExceptionpublic Complexity getComplexity()
public void setComplexity(Complexity a_Complexity)
throws WTPropertyVetoException
a_Complexity -
WTPropertyVetoException
public static WTChangeRequest2 newWTChangeRequest2()
throws WTException
WTException
public static WTChangeRequest2 newWTChangeRequest2(String name)
throws WTException
name -
WTException
protected void initialize(String name)
throws WTException
name -
WTException
public static WTChangeRequest2 newWTChangeRequest2(WTChangeRequest2Master master)
throws WTException
master -
WTException
protected void initialize(WTChangeRequest2Master master)
throws WTException
master -
WTException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||