|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectwt.fc.WTObject
wt.vc.VersionToVersionLink
wt.change2.FormalizedBy
public class FormalizedBy
A link between a ChangeIssue and a ChangeRequest2 representing the decision to formally pursue a the resolution of the issue using the change request.
Use the newFormalizedBy static factory method(s), not the
FormalizedBy 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
ChangeIssue,
ChangeRequest2,
Serialized Form| Field Summary | |
|---|---|
static String |
CHANGE_ISSUE_ROLE
Label for the attribute. |
static String |
CHANGE_REQUEST2_ROLE
Label for the attribute. |
| Fields inherited from interface wt.change2.FormalizedByIfc |
|---|
CHANGE_ISSUE_IFC_ROLE, CHANGE_REQUEST_IFC_ROLE |
| Method Summary | |
|---|---|
ChangeIssueIfc |
getChangeIssue()
Gets the object for the association that plays role: CHANGE_ISSUE_ROLE. |
ChangeIssueIfc |
getChangeIssueIfc()
Gets the object for the association that plays role: CHANGE_ISSUE_IFC_ROLE. |
ChangeRequestIfc |
getChangeRequest2()
Gets the object for the association that plays role: CHANGE_REQUEST2_ROLE. |
ChangeRequestIfc |
getChangeRequestIfc()
Gets the object for the association that plays role: CHANGE_REQUEST_IFC_ROLE. |
void |
setChangeIssue(ChangeIssueIfc theChangeIssue)
Sets the object for the association that plays role: CHANGE_ISSUE_ROLE. |
void |
setChangeIssueIfc(ChangeIssueIfc theChangeIssueIfc)
Sets the object for the association that plays role: CHANGE_ISSUE_IFC_ROLE. |
void |
setChangeRequest2(ChangeRequestIfc theChangeRequest2)
Sets the object for the association that plays role: CHANGE_REQUEST2_ROLE. |
void |
setChangeRequestIfc(ChangeRequestIfc theChangeRequestIfc)
Sets the object for the association that plays role: CHANGE_REQUEST_IFC_ROLE. |
| Methods inherited from class wt.vc.VersionToVersionLink |
|---|
duplicate, getAllObjects, getRoleObject, initialize, setRoleAObject, setRoleBObject, setRoleObject |
| 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 |
| Field Detail |
|---|
public static final String CHANGE_REQUEST2_ROLE
public static final String CHANGE_ISSUE_ROLE
| Method Detail |
|---|
public ChangeRequestIfc getChangeRequestIfc()
getChangeRequestIfc in interface FormalizedByIfc
public void setChangeRequestIfc(ChangeRequestIfc theChangeRequestIfc)
throws WTPropertyVetoException
setChangeRequestIfc in interface FormalizedByIfctheChangeRequestIfc -
WTPropertyVetoExceptionpublic ChangeIssueIfc getChangeIssueIfc()
getChangeIssueIfc in interface FormalizedByIfc
public void setChangeIssueIfc(ChangeIssueIfc theChangeIssueIfc)
throws WTPropertyVetoException
setChangeIssueIfc in interface FormalizedByIfctheChangeIssueIfc -
WTPropertyVetoExceptionpublic ChangeRequestIfc getChangeRequest2()
public void setChangeRequest2(ChangeRequestIfc theChangeRequest2)
theChangeRequest2 - public ChangeIssueIfc getChangeIssue()
public void setChangeIssue(ChangeIssueIfc theChangeIssue)
theChangeIssue -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||