wt.change2
Interface AddressedByIfc

All Superinterfaces:
NetFactor, ObjectMappable, Persistable, Serializable
All Known Implementing Classes:
AddressedBy2

public interface AddressedByIfc
extends Persistable

The interface implementation of a AddressBy link.

Supported API: true

Extendable: false

See Also:
wt.change2.AddressedBy

Field Summary
static String CHANGE_ORDER_IFC_ROLE
          Label for the attribute.
static String CHANGE_REQUEST_IFC_ROLE
          Label for the attribute.
 
Method Summary
 ChangeOrderIfc getChangeOrderIfc()
          Gets the object for the association that plays role: CHANGE_ORDER_IFC_ROLE.
 ChangeRequestIfc getChangeRequestIfc()
          Gets the object for the association that plays role: CHANGE_REQUEST_IFC_ROLE.
 void setChangeOrderIfc(ChangeOrderIfc theChangeOrderIfc)
          Sets the object for the association that plays role: CHANGE_ORDER_IFC_ROLE.
 void setChangeRequestIfc(ChangeRequestIfc theChangeRequestIfc)
          Sets the object for the association that plays role: CHANGE_REQUEST_IFC_ROLE.
 

Field Detail

CHANGE_REQUEST_IFC_ROLE

static final String CHANGE_REQUEST_IFC_ROLE
Label for the attribute.

Supported API: true

See Also:
Constant Field Values

CHANGE_ORDER_IFC_ROLE

static final String CHANGE_ORDER_IFC_ROLE
Label for the attribute.

Supported API: true

See Also:
Constant Field Values
Method Detail

getChangeRequestIfc

ChangeRequestIfc getChangeRequestIfc()
Gets the object for the association that plays role: CHANGE_REQUEST_IFC_ROLE.

Supported API: true

Returns:
ChangeRequestIfc

setChangeRequestIfc

void setChangeRequestIfc(ChangeRequestIfc theChangeRequestIfc)
                         throws WTPropertyVetoException
Sets the object for the association that plays role: CHANGE_REQUEST_IFC_ROLE.

Supported API: true

Parameters:
theChangeRequestIfc -
Throws:
WTPropertyVetoException

getChangeOrderIfc

ChangeOrderIfc getChangeOrderIfc()
Gets the object for the association that plays role: CHANGE_ORDER_IFC_ROLE.

Supported API: true

Returns:
ChangeOrderIfc

setChangeOrderIfc

void setChangeOrderIfc(ChangeOrderIfc theChangeOrderIfc)
                       throws WTPropertyVetoException
Sets the object for the association that plays role: CHANGE_ORDER_IFC_ROLE.

Supported API: true

Parameters:
theChangeOrderIfc -
Throws:
WTPropertyVetoException