|
|||||||||
| 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.AddressedBy2
public class AddressedBy2
A link between a ChangeRequest2 and a ChangeOrder2 representing ownership of the order by the request.
Use the newAddressedBy2 static factory method(s), not the
AddressedBy2 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
ChangeRequest2,
ChangeOrder2,
Serialized Form| Field Summary | |
|---|---|
static String |
CHANGE_ORDER2_ROLE
Label for the attribute. |
static String |
CHANGE_REQUEST2_ROLE
Label for the attribute. |
| Fields inherited from interface wt.change2.AddressedByIfc |
|---|
CHANGE_ORDER_IFC_ROLE, CHANGE_REQUEST_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. |
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 |
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 |
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_ORDER2_ROLE
| Method Detail |
|---|
public ChangeRequestIfc getChangeRequestIfc()
getChangeRequestIfc in interface AddressedByIfc
public void setChangeRequestIfc(ChangeRequestIfc theChangeRequestIfc)
throws WTPropertyVetoException
setChangeRequestIfc in interface AddressedByIfctheChangeRequestIfc -
WTPropertyVetoExceptionpublic ChangeOrderIfc getChangeOrderIfc()
getChangeOrderIfc in interface AddressedByIfc
public void setChangeOrderIfc(ChangeOrderIfc theChangeOrderIfc)
throws WTPropertyVetoException
setChangeOrderIfc in interface AddressedByIfctheChangeOrderIfc -
WTPropertyVetoExceptionpublic ChangeRequestIfc getChangeRequest2()
public void setChangeRequest2(ChangeRequestIfc theChangeRequest2)
throws WTPropertyVetoException
theChangeRequest2 -
WTPropertyVetoExceptionpublic ChangeOrderIfc getChangeOrder2()
public void setChangeOrder2(ChangeOrderIfc theChangeOrder2)
throws WTPropertyVetoException
theChangeOrder2 -
WTPropertyVetoException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||