|
|||||||||
| 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.ChangeIssue
wt.change2.WTVariance
public class WTVariance
Variance is another implementation of ChangeIssue. It represents a documentation for departing from as-designed product configuration.
Each WTVariance instance is assigned a unique number which is generated by the system when the variance is stored in the database.
Use the newWTVariance static factory method(s), not the
WTVariance 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: false
WTVarianceMasterIdentity,
Serialized Form| Field Summary | |
|---|---|
static String |
DESCRIPTION
Label for the attribute. |
static String |
NAME
Label for the attribute; An end user provides name for WTVariance. |
static String |
NEED_DATE
Label for the attribute. |
static String |
NUMBER
Label for the attribute; A unique number is assigned to WTVariance when stored in database. |
static String |
REASON
Label for the attribute. |
static String |
RECURRING
Label for the attribute. |
static String |
VARIANCE_OWNER
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 | |
|---|---|
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. |
String |
getReason()
Gets the value of the attribute: REASON. |
Boolean |
getRecurring()
Gets the value of the attribute: RECURRING. |
WTPrincipalReference |
getVarianceOwner()
Gets the value of the attribute: VARIANCE_OWNER. |
protected void |
initialize(String name)
Supports initialization, following construction of an instance. |
protected void |
initialize(WTVarianceMaster master)
Supports initialization, following construction of an instance. |
static WTVariance |
newWTVariance()
A no-arg constructor for internal use only. |
static WTVariance |
newWTVariance(String name)
A new-factory method that construct an initialized instance of a WTVariance with the given name. |
static WTVariance |
newWTVariance(WTVarianceMaster 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. |
void |
setReason(String a_Reason)
Sets the value of the attribute: REASON. |
void |
setRecurring(Boolean a_Recurring)
Sets the value of the attribute: RECURRING. |
void |
setVarianceOwner(WTPrincipalReference a_VarianceOwner)
Sets the value of the attribute: VARIANCE_OWNER. |
| 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 NAME
public static final String NUMBER
public static final String DESCRIPTION
public static final String VARIANCE_OWNER
public static final String NEED_DATE
public static final String RECURRING
public static final String REASON
| Method Detail |
|---|
public String getName()
public void setName(String a_Name)
throws WTPropertyVetoException
a_Name -
WTPropertyVetoExceptionpublic String getNumber()
public void setNumber(String a_Number)
throws WTPropertyVetoException
a_Number -
WTPropertyVetoExceptionpublic String getDescription()
public void setDescription(String a_Description)
throws WTPropertyVetoException
a_Description -
WTPropertyVetoExceptionpublic WTPrincipalReference getVarianceOwner()
public void setVarianceOwner(WTPrincipalReference a_VarianceOwner)
throws WTPropertyVetoException
a_VarianceOwner -
WTPropertyVetoExceptionpublic Timestamp getNeedDate()
public void setNeedDate(Timestamp a_NeedDate)
throws WTPropertyVetoException
a_NeedDate -
WTPropertyVetoExceptionpublic Boolean getRecurring()
public void setRecurring(Boolean a_Recurring)
throws WTPropertyVetoException
a_Recurring -
WTPropertyVetoExceptionpublic String getReason()
public void setReason(String a_Reason)
throws WTPropertyVetoException
a_Reason -
WTPropertyVetoException
public static WTVariance newWTVariance()
throws WTException
WTException
public static WTVariance newWTVariance(String name)
throws WTException
name -
WTException
protected void initialize(String name)
throws WTException
name -
WTException
public static WTVariance newWTVariance(WTVarianceMaster master)
throws WTException
master -
WTException
protected void initialize(WTVarianceMaster master)
throws WTException
master -
WTException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||