wt.change2
Class IncludedIn2

java.lang.Object
  extended by wt.fc.WTObject
      extended by wt.vc.VersionToVersionLink
          extended by wt.change2.IncludedIn2
All Implemented Interfaces:
Externalizable, Serializable, IncludedInIfc, BinaryLink, Link, NetFactor, ObjectMappable, Persistable, DisplayIdentification

public class IncludedIn2
extends VersionToVersionLink
implements IncludedInIfc, Externalizable

A link between a ChangeOrder2 and a ChangeActivity2 representing ownership of the activity by the order.

Use the newIncludedIn2 static factory method(s), not the IncludedIn2 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

See Also:
ChangeOrder2, ChangeActivity2, Serialized Form

Field Summary
static String CHANGE_ACTIVITY2_ROLE
          Label for the attribute.
static String CHANGE_ORDER2_ROLE
          Label for the attribute.
 
Fields inherited from interface wt.change2.IncludedInIfc
CHANGE_ACTIVITY_IFC_ROLE, CHANGE_ORDER_IFC_ROLE
 
Method Summary
 ChangeActivityIfc getChangeActivity2()
          Gets the object for the association that plays role: CHANGE_ACTIVITY2_ROLE.
 ChangeActivityIfc getChangeActivityIfc()
          Gets the object for the association that plays role: CHANGE_ACTIVITY_IFC_ROLE.
 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.
 void setChangeActivity2(ChangeActivityIfc theChangeActivity2)
          Sets the object for the association that plays role: CHANGE_ACTIVITY2_ROLE.
 void setChangeActivityIfc(ChangeActivityIfc theChangeActivityIfc)
          Sets the object for the association that plays role: CHANGE_ACTIVITY_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.
 
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

CHANGE_ORDER2_ROLE

public static final String CHANGE_ORDER2_ROLE
Label for the attribute.

Supported API: true

See Also:
Constant Field Values

CHANGE_ACTIVITY2_ROLE

public static final String CHANGE_ACTIVITY2_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

Specified by:
getChangeOrderIfc in interface IncludedInIfc
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

Specified by:
setChangeOrderIfc in interface IncludedInIfc
Parameters:
theChangeOrderIfc -
Throws:
WTPropertyVetoException

getChangeActivityIfc

public ChangeActivityIfc getChangeActivityIfc()
Gets the object for the association that plays role: CHANGE_ACTIVITY_IFC_ROLE.

Supported API: true

Specified by:
getChangeActivityIfc in interface IncludedInIfc
Returns:
ChangeActivityIfc

setChangeActivityIfc

public void setChangeActivityIfc(ChangeActivityIfc theChangeActivityIfc)
                          throws WTPropertyVetoException
Sets the object for the association that plays role: CHANGE_ACTIVITY_IFC_ROLE.

Supported API: true

Specified by:
setChangeActivityIfc in interface IncludedInIfc
Parameters:
theChangeActivityIfc -
Throws:
WTPropertyVetoException

getChangeOrder2

public ChangeOrderIfc getChangeOrder2()
Gets the object for the association that plays role: CHANGE_ORDER2_ROLE.

Supported API: true

Returns:
ChangeOrderIfc

setChangeOrder2

public void setChangeOrder2(ChangeOrderIfc theChangeOrder2)
                     throws WTPropertyVetoException
Sets the object for the association that plays role: CHANGE_ORDER2_ROLE.

Supported API: true

Parameters:
theChangeOrder2 -
Throws:
WTPropertyVetoException

getChangeActivity2

public ChangeActivityIfc getChangeActivity2()
Gets the object for the association that plays role: CHANGE_ACTIVITY2_ROLE.

Supported API: true

Returns:
ChangeActivityIfc

setChangeActivity2

public void setChangeActivity2(ChangeActivityIfc theChangeActivity2)
                        throws WTPropertyVetoException
Sets the object for the association that plays role: CHANGE_ACTIVITY2_ROLE.

Supported API: true

Parameters:
theChangeActivity2 -
Throws:
WTPropertyVetoException