wt.change2
Interface DetailedByIfc

All Superinterfaces:
NetFactor, ObjectMappable, Persistable, Serializable
All Known Implementing Classes:
DetailedBy

public interface DetailedByIfc
extends Persistable

The interface implementation of a DetailedBy link.

Supported API: true

Extendable: false

See Also:
DetailedBy

Field Summary
static String ANALYSIS_ACTIVITY_IFC_ROLE
          Label for the attribute.
static String CHANGE_ANALYSIS_IFC_ROLE
          Label for the attribute.
 
Method Summary
 AnalysisActivityIfc getAnalysisActivityIfc()
          Gets the object for the association that plays role: ANALYSIS_ACTIVITY_IFC_ROLE.
 ChangeAnalysisIfc getChangeAnalysisIfc()
          Gets the object for the association that plays role: CHANGE_ANALYSIS_IFC_ROLE.
 void setAnalysisActivityIfc(AnalysisActivityIfc theAnalysisActivityIfc)
          Sets the object for the association that plays role: ANALYSIS_ACTIVITY_IFC_ROLE.
 void setChangeAnalysisIfc(ChangeAnalysisIfc theChangeAnalysisIfc)
          Sets the object for the association that plays role: CHANGE_ANALYSIS_IFC_ROLE.
 

Field Detail

CHANGE_ANALYSIS_IFC_ROLE

static final String CHANGE_ANALYSIS_IFC_ROLE
Label for the attribute.

Supported API: true

See Also:
Constant Field Values

ANALYSIS_ACTIVITY_IFC_ROLE

static final String ANALYSIS_ACTIVITY_IFC_ROLE
Label for the attribute.

Supported API: true

See Also:
Constant Field Values
Method Detail

getChangeAnalysisIfc

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

Supported API: true

Returns:
ChangeAnalysisIfc

setChangeAnalysisIfc

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

Supported API: true

Parameters:
theChangeAnalysisIfc -
Throws:
WTPropertyVetoException

getAnalysisActivityIfc

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

Supported API: true

Returns:
AnalysisActivityIfc

setAnalysisActivityIfc

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

Supported API: true

Parameters:
theAnalysisActivityIfc -
Throws:
WTPropertyVetoException