wt.change2
Class DetailedBy

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

public class DetailedBy
extends VersionToVersionLink
implements DetailedByIfc, Externalizable

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

See Also:
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

CHANGE_ANALYSIS_ROLE

public static final String CHANGE_ANALYSIS_ROLE
Label for the attribute.

Supported API: true

See Also:
Constant Field Values

ANALYSIS_ACTIVITY_ROLE

public static final String ANALYSIS_ACTIVITY_ROLE
Label for the attribute.

Supported API: true

See Also:
Constant Field Values
Method Detail

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 DetailedByIfc
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 DetailedByIfc
Parameters:
theChangeAnalysisIfc -
Throws:
WTPropertyVetoException

getAnalysisActivityIfc

public AnalysisActivityIfc getAnalysisActivityIfc()
Gets the object for the association that plays role: ANALYSIS_ACTIVITY_IFC_ROLE.

Supported API: true

Specified by:
getAnalysisActivityIfc in interface DetailedByIfc
Returns:
AnalysisActivityIfc

setAnalysisActivityIfc

public void setAnalysisActivityIfc(AnalysisActivityIfc theAnalysisActivityIfc)
                            throws WTPropertyVetoException
Sets the object for the association that plays role: ANALYSIS_ACTIVITY_IFC_ROLE.

Supported API: true

Specified by:
setAnalysisActivityIfc in interface DetailedByIfc
Parameters:
theAnalysisActivityIfc -
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

getAnalysisActivity

public AnalysisActivityIfc getAnalysisActivity()
Gets the object for the association that plays role: ANALYSIS_ACTIVITY_ROLE.

Supported API: true

Returns:
AnalysisActivityIfc

setAnalysisActivity

public void setAnalysisActivity(AnalysisActivityIfc theAnalysisActivity)
                         throws WTPropertyVetoException
Sets the object for the association that plays role: ANALYSIS_ACTIVITY_ROLE.

Supported API: true

Parameters:
theAnalysisActivity -
Throws:
WTPropertyVetoException