wt.change2
Interface ResearchedByIfc

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

public interface ResearchedByIfc
extends Persistable

The interface implementation of a ResearchedBy link.

Supported API: true

Extendable: false

See Also:
ResearchedBy

Field Summary
static String CHANGE_ANALYSIS_IFC_ROLE
          Label for the attribute.
static String CHANGE_REQUEST_IFC_ROLE
          Label for the attribute.
 
Fields inherited from interface wt.fc.Persistable
IDENTITY, PERSIST_INFO, TYPE
 
Method Summary
 ChangeAnalysisIfc getChangeAnalysisIfc()
          Gets the object for the association that plays role: CHANGE_ANALYSIS_IFC_ROLE.
 ChangeRequestIfc getChangeRequestIfc()
          Gets the object for the association that plays role: CHANGE_REQUEST_IFC_ROLE.
 void setChangeAnalysisIfc(ChangeAnalysisIfc theChangeAnalysisIfc)
          Sets the object for the association that plays role: CHANGE_ANALYSIS_IFC_ROLE.
 void setChangeRequestIfc(ChangeRequestIfc theChangeRequestIfc)
          Sets the object for the association that plays role: CHANGE_REQUEST_IFC_ROLE.
 
Methods inherited from interface wt.fc.Persistable
checkAttributes, getIdentity, getPersistInfo, getType, setPersistInfo
 
Methods inherited from interface wt.fc.ObjectMappable
readExternal, writeExternal
 
Methods inherited from interface wt.fc.NetFactor
getClassInfo, getConceptualClassname
 

Field Detail

CHANGE_REQUEST_IFC_ROLE

public static final String CHANGE_REQUEST_IFC_ROLE
Label for the attribute.

Supported API: true

See Also:
Constant Field Values

CHANGE_ANALYSIS_IFC_ROLE

public static final String CHANGE_ANALYSIS_IFC_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

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

Parameters:
theChangeRequestIfc -
Throws:
WTPropertyVetoException

getChangeAnalysisIfc

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

Supported API: true

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

Parameters:
theChangeAnalysisIfc -
Throws:
WTPropertyVetoException