wt.change2
Class ResearchedBy

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

public class ResearchedBy
extends VersionToVersionLink
implements ResearchedByIfc, Externalizable

A link between a ChangeRequest2 and a ChangeAnalysis representing ownership of the analysis by the request.

Use the newResearchedBy static factory method(s), not the ResearchedBy 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:
ChangeRequest2, ChangeAnalysis, Serialized Form

Field Summary
static String CHANGE_ANALYSIS_ROLE
          Label for the attribute.
static String CHANGE_REQUEST2_ROLE
          Label for the attribute.
 
Fields inherited from interface wt.change2.ResearchedByIfc
CHANGE_ANALYSIS_IFC_ROLE, CHANGE_REQUEST_IFC_ROLE
 
Method Summary
 ChangeAnalysisIfc getChangeAnalysis()
          Gets the object for the association that plays role: CHANGE_ANALYSIS_ROLE.
 ChangeAnalysisIfc getChangeAnalysisIfc()
          Gets the object for the association that plays role: CHANGE_ANALYSIS_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 setChangeAnalysis(ChangeAnalysisIfc theChangeAnalysis)
          Sets the object for the association that plays role: CHANGE_ANALYSIS_ROLE.
 void setChangeAnalysisIfc(ChangeAnalysisIfc theChangeAnalysisIfc)
          Sets the object for the association that plays role: CHANGE_ANALYSIS_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_ANALYSIS_ROLE

public static final String CHANGE_ANALYSIS_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 ResearchedByIfc
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 ResearchedByIfc
Parameters:
theChangeRequestIfc -
Throws:
WTPropertyVetoException

getChangeAnalysisIfc

public ChangeAnalysisIfc getChangeAnalysisIfc()
Gets the object for the association that plays role: CHANGE_ANALYSIS_IFC_ROLE.

Supported API: true

Specified by:
getChangeAnalysisIfc in interface ResearchedByIfc
Returns:
ChangeAnalysisIfc

setChangeAnalysisIfc

public void setChangeAnalysisIfc(ChangeAnalysisIfc theChangeAnalysisIfc)
                          throws WTPropertyVetoException
Sets the object for the association that plays role: CHANGE_ANALYSIS_IFC_ROLE.

Supported API: true

Specified by:
setChangeAnalysisIfc in interface ResearchedByIfc
Parameters:
theChangeAnalysisIfc -
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)
                       throws WTPropertyVetoException
Sets the object for the association that plays role: CHANGE_REQUEST2_ROLE.

Supported API: true

Parameters:
theChangeRequest2 -
Throws:
WTPropertyVetoException

getChangeAnalysis

public ChangeAnalysisIfc getChangeAnalysis()
Gets the object for the association that plays role: CHANGE_ANALYSIS_ROLE.

Supported API: true

Returns:
ChangeAnalysisIfc

setChangeAnalysis

public void setChangeAnalysis(ChangeAnalysisIfc theChangeAnalysis)
                       throws WTPropertyVetoException
Sets the object for the association that plays role: CHANGE_ANALYSIS_ROLE.

Supported API: true

Parameters:
theChangeAnalysis -
Throws:
WTPropertyVetoException