|
|||||||||
| 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.AcceptedStrategy
public class AcceptedStrategy
A link between a ChangeProposal and a ChangeOrder2 representing the decision to implement the proposal by executing the order.
Use the newAcceptedStrategy static factory method(s), not
the AcceptedStrategy 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
ChangeProposal,
ChangeOrder2,
Serialized Form| Field Summary | |
|---|---|
static String |
CHANGE_ORDER2_ROLE
Label for the attribute. |
static String |
CHANGE_PROPOSAL_ROLE
Label for the attribute. |
| Fields inherited from interface wt.change2.AcceptedStrategyIfc |
|---|
CHANGE_ORDER_IFC_ROLE, CHANGE_PROPOSAL_IFC_ROLE |
| Method Summary | |
|---|---|
ChangeOrderIfc |
getChangeOrder2()
Gets the object for the association that plays role: CHANGE_ORDER2_ROLE. |
ChangeOrderIfc |
getChangeOrderIfc()
Gets the object for the association that plays role: CHANGE_ORDER_IFC_ROLE. |
ChangeProposalIfc |
getChangeProposal()
Gets the object for the association that plays role: CHANGE_PROPOSAL_ROLE. |
ChangeProposalIfc |
getChangeProposalIfc()
Gets the object for the association that plays role: CHANGE_PROPOSAL_IFC_ROLE. |
void |
setChangeOrder2(ChangeOrderIfc theChangeOrder2)
Sets the object for the association that plays role: CHANGE_ORDER2_ROLE. |
void |
setChangeOrderIfc(ChangeOrderIfc theChangeOrderIfc)
Sets the object for the association that plays role: CHANGE_ORDER_IFC_ROLE. |
void |
setChangeProposal(ChangeProposalIfc theChangeProposal)
Sets the object for the association that plays role: CHANGE_PROPOSAL_ROLE. |
void |
setChangeProposalIfc(ChangeProposalIfc theChangeProposalIfc)
Sets the object for the association that plays role: CHANGE_PROPOSAL_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_ORDER2_ROLE
public static final String CHANGE_PROPOSAL_ROLE
| Method Detail |
|---|
public ChangeOrderIfc getChangeOrderIfc()
getChangeOrderIfc in interface AcceptedStrategyIfc
public void setChangeOrderIfc(ChangeOrderIfc theChangeOrderIfc)
throws WTPropertyVetoException
setChangeOrderIfc in interface AcceptedStrategyIfctheChangeOrderIfc -
WTPropertyVetoExceptionpublic ChangeProposalIfc getChangeProposalIfc()
getChangeProposalIfc in interface AcceptedStrategyIfc
public void setChangeProposalIfc(ChangeProposalIfc theChangeProposalIfc)
throws WTPropertyVetoException
setChangeProposalIfc in interface AcceptedStrategyIfctheChangeProposalIfc -
WTPropertyVetoExceptionpublic ChangeOrderIfc getChangeOrder2()
public void setChangeOrder2(ChangeOrderIfc theChangeOrder2)
throws WTPropertyVetoException
theChangeOrder2 -
WTPropertyVetoExceptionpublic ChangeProposalIfc getChangeProposal()
public void setChangeProposal(ChangeProposalIfc theChangeProposal)
throws WTPropertyVetoException
theChangeProposal -
WTPropertyVetoException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||