wt.change2
Class FormalizedBy

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

public class FormalizedBy
extends VersionToVersionLink
implements FormalizedByIfc, Externalizable

A link between a ChangeIssue and a ChangeRequest2 representing the decision to formally pursue a the resolution of the issue using the change request.

Use the newFormalizedBy static factory method(s), not the FormalizedBy 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:
ChangeIssue, ChangeRequest2, Serialized Form

Field Summary
static String CHANGE_ISSUE_ROLE
          Label for the attribute.
static String CHANGE_REQUEST2_ROLE
          Label for the attribute.
 
Fields inherited from interface wt.change2.FormalizedByIfc
CHANGE_ISSUE_IFC_ROLE, CHANGE_REQUEST_IFC_ROLE
 
Method Summary
 ChangeIssueIfc getChangeIssue()
          Gets the object for the association that plays role: CHANGE_ISSUE_ROLE.
 ChangeIssueIfc getChangeIssueIfc()
          Gets the object for the association that plays role: CHANGE_ISSUE_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 setChangeIssue(ChangeIssueIfc theChangeIssue)
          Sets the object for the association that plays role: CHANGE_ISSUE_ROLE.
 void setChangeIssueIfc(ChangeIssueIfc theChangeIssueIfc)
          Sets the object for the association that plays role: CHANGE_ISSUE_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

CHANGE_REQUEST2_ROLE

public static final String CHANGE_REQUEST2_ROLE
Label for the attribute.

Supported API: true

See Also:
Constant Field Values

CHANGE_ISSUE_ROLE

public static final String CHANGE_ISSUE_ROLE
Label for the attribute.

Supported API: true

See Also:
Constant Field Values
Method Detail

getChangeRequestIfc

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

Supported API: true

Specified by:
getChangeRequestIfc in interface FormalizedByIfc
Returns:
ChangeRequestIfc

setChangeRequestIfc

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

Supported API: true

Specified by:
setChangeRequestIfc in interface FormalizedByIfc
Parameters:
theChangeRequestIfc -
Throws:
WTPropertyVetoException

getChangeIssueIfc

public ChangeIssueIfc getChangeIssueIfc()
Gets the object for the association that plays role: CHANGE_ISSUE_IFC_ROLE.

Supported API: true

Specified by:
getChangeIssueIfc in interface FormalizedByIfc
Returns:
ChangeIssueIfc

setChangeIssueIfc

public void setChangeIssueIfc(ChangeIssueIfc theChangeIssueIfc)
                       throws WTPropertyVetoException
Sets the object for the association that plays role: CHANGE_ISSUE_IFC_ROLE.

Supported API: true

Specified by:
setChangeIssueIfc in interface FormalizedByIfc
Parameters:
theChangeIssueIfc -
Throws:
WTPropertyVetoException

getChangeRequest2

public ChangeRequestIfc getChangeRequest2()
Gets the object for the association that plays role: CHANGE_REQUEST2_ROLE.

Supported API: true

Returns:
ChangeRequestIfc

setChangeRequest2

public void setChangeRequest2(ChangeRequestIfc theChangeRequest2)
Sets the object for the association that plays role: CHANGE_REQUEST2_ROLE.

Supported API: true

Parameters:
theChangeRequest2 -

getChangeIssue

public ChangeIssueIfc getChangeIssue()
Gets the object for the association that plays role: CHANGE_ISSUE_ROLE.

Supported API: true

Returns:
ChangeIssueIfc

setChangeIssue

public void setChangeIssue(ChangeIssueIfc theChangeIssue)
Sets the object for the association that plays role: CHANGE_ISSUE_ROLE.

Supported API: true

Parameters:
theChangeIssue -