wt.change2
Interface AcceptedStrategyIfc

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

public interface AcceptedStrategyIfc
extends Persistable

The interface implementation of a AcceptedStrategy link.

Supported API: true

Extendable: false

See Also:
AcceptedStrategy

Field Summary
static String CHANGE_ORDER_IFC_ROLE
          Label for the attribute.
static String CHANGE_PROPOSAL_IFC_ROLE
          Label for the attribute.
 
Fields inherited from interface wt.fc.Persistable
IDENTITY, PERSIST_INFO, TYPE
 
Method Summary
 ChangeOrderIfc getChangeOrderIfc()
          Gets the object for the association that plays role: CHANGE_ORDER_IFC_ROLE.
 ChangeProposalIfc getChangeProposalIfc()
          Gets the object for the association that plays role: CHANGE_PROPOSAL_IFC_ROLE.
 void setChangeOrderIfc(ChangeOrderIfc theChangeOrderIfc)
          Sets the object for the association that plays role: CHANGE_ORDER_IFC_ROLE.
 void setChangeProposalIfc(ChangeProposalIfc theChangeProposalIfc)
          Sets the object for the association that plays role: CHANGE_PROPOSAL_IFC_ROLE.
 
Methods inherited from interface wt.fc.Persistable
checkAttributes, getIdentity, getPersistInfo, getType, setPersistInfo
 
Methods inherited from interface wt.fc.ObjectMappable
readExternal, writeExternal
 
Methods inherited from interface wt.fc.NetFactor
getClassInfo, getConceptualClassname
 

Field Detail

CHANGE_ORDER_IFC_ROLE

public static final String CHANGE_ORDER_IFC_ROLE
Label for the attribute.

Supported API: true

See Also:
Constant Field Values

CHANGE_PROPOSAL_IFC_ROLE

public static final String CHANGE_PROPOSAL_IFC_ROLE
Label for the attribute.

Supported API: true

See Also:
Constant Field Values
Method Detail

getChangeOrderIfc

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

Supported API: true

Returns:
ChangeOrderIfc

setChangeOrderIfc

public 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

getChangeProposalIfc

public ChangeProposalIfc getChangeProposalIfc()
Gets the object for the association that plays role: CHANGE_PROPOSAL_IFC_ROLE.

Supported API: true

Returns:
ChangeProposalIfc

setChangeProposalIfc

public void setChangeProposalIfc(ChangeProposalIfc theChangeProposalIfc)
                          throws WTPropertyVetoException
Sets the object for the association that plays role: CHANGE_PROPOSAL_IFC_ROLE.

Supported API: true

Parameters:
theChangeProposalIfc -
Throws:
WTPropertyVetoException