|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectwt.fc.WTObject
wt.vc.VersionToVersionLink
wt.change2.ResearchedBy
public class ResearchedBy
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
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 |
|---|
public static final String CHANGE_REQUEST2_ROLE
public static final String CHANGE_ANALYSIS_ROLE
| Method Detail |
|---|
public ChangeRequestIfc getChangeRequestIfc()
getChangeRequestIfc in interface ResearchedByIfc
public void setChangeRequestIfc(ChangeRequestIfc theChangeRequestIfc)
throws WTPropertyVetoException
setChangeRequestIfc in interface ResearchedByIfctheChangeRequestIfc -
WTPropertyVetoExceptionpublic ChangeAnalysisIfc getChangeAnalysisIfc()
getChangeAnalysisIfc in interface ResearchedByIfc
public void setChangeAnalysisIfc(ChangeAnalysisIfc theChangeAnalysisIfc)
throws WTPropertyVetoException
setChangeAnalysisIfc in interface ResearchedByIfctheChangeAnalysisIfc -
WTPropertyVetoExceptionpublic ChangeRequestIfc getChangeRequest2()
public void setChangeRequest2(ChangeRequestIfc theChangeRequest2)
throws WTPropertyVetoException
theChangeRequest2 -
WTPropertyVetoExceptionpublic ChangeAnalysisIfc getChangeAnalysis()
public void setChangeAnalysis(ChangeAnalysisIfc theChangeAnalysis)
throws WTPropertyVetoException
theChangeAnalysis -
WTPropertyVetoException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||