|
|||||||||
| 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.DetailedBy
public class DetailedBy
A link between a ChangeAnalysis and an AnalysisActivity representing ownership of the activity by the order.
Use the newDetailedBy static factory method(s), not the
DetailedBy 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
ChangeAnalysis,
AnalysisActivity,
Serialized Form| Field Summary | |
|---|---|
static String |
ANALYSIS_ACTIVITY_ROLE
Label for the attribute. |
static String |
CHANGE_ANALYSIS_ROLE
Label for the attribute. |
| Fields inherited from interface wt.change2.DetailedByIfc |
|---|
ANALYSIS_ACTIVITY_IFC_ROLE, CHANGE_ANALYSIS_IFC_ROLE |
| Method Summary | |
|---|---|
AnalysisActivityIfc |
getAnalysisActivity()
Gets the object for the association that plays role: ANALYSIS_ACTIVITY_ROLE. |
AnalysisActivityIfc |
getAnalysisActivityIfc()
Gets the object for the association that plays role: ANALYSIS_ACTIVITY_IFC_ROLE. |
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. |
void |
setAnalysisActivity(AnalysisActivityIfc theAnalysisActivity)
Sets the object for the association that plays role: ANALYSIS_ACTIVITY_ROLE. |
void |
setAnalysisActivityIfc(AnalysisActivityIfc theAnalysisActivityIfc)
Sets the object for the association that plays role: ANALYSIS_ACTIVITY_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. |
| 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_ANALYSIS_ROLE
public static final String ANALYSIS_ACTIVITY_ROLE
| Method Detail |
|---|
public ChangeAnalysisIfc getChangeAnalysisIfc()
getChangeAnalysisIfc in interface DetailedByIfc
public void setChangeAnalysisIfc(ChangeAnalysisIfc theChangeAnalysisIfc)
throws WTPropertyVetoException
setChangeAnalysisIfc in interface DetailedByIfctheChangeAnalysisIfc -
WTPropertyVetoExceptionpublic AnalysisActivityIfc getAnalysisActivityIfc()
getAnalysisActivityIfc in interface DetailedByIfc
public void setAnalysisActivityIfc(AnalysisActivityIfc theAnalysisActivityIfc)
throws WTPropertyVetoException
setAnalysisActivityIfc in interface DetailedByIfctheAnalysisActivityIfc -
WTPropertyVetoExceptionpublic ChangeAnalysisIfc getChangeAnalysis()
public void setChangeAnalysis(ChangeAnalysisIfc theChangeAnalysis)
throws WTPropertyVetoException
theChangeAnalysis -
WTPropertyVetoExceptionpublic AnalysisActivityIfc getAnalysisActivity()
public void setAnalysisActivity(AnalysisActivityIfc theAnalysisActivity)
throws WTPropertyVetoException
theAnalysisActivity -
WTPropertyVetoException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||