wt.change2
Class RelevantAnalysisData

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

public class RelevantAnalysisData
extends ObjectToVersionLink
implements RelatedProductData, Externalizable

A link between an AnalysisActivity and a Changeable2 that allows the user to identify relevant product data. The description attribute is used to explain the relevance of the associated changeable.

Use the newRelevantAnalysisData static factory method(s), not the RelevantAnalysisData 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:
AnalysisActivity, Changeable2, Serialized Form

Field Summary
static String ANALYSIS_ACTIVITY_ROLE
          Label for the attribute.
static String CHANGEABLE2_ROLE
          Label for the attribute.
 
Method Summary
 AnalysisActivity getAnalysisActivity()
          Gets the object for the association that plays role: ANALYSIS_ACTIVITY_ROLE.
 Changeable2 getChangeable2()
          Gets the object for the association that plays role: CHANGEABLE2_ROLE.
 void setAnalysisActivity(AnalysisActivity theAnalysisActivity)
          Sets the object for the association that plays role: ANALYSIS_ACTIVITY_ROLE.
 void setChangeable2(Changeable2 theChangeable2)
          Sets the object for the association that plays role: CHANGEABLE2_ROLE.
 
Methods inherited from class wt.vc.ObjectToVersionLink
duplicate, getAllObjects, getRoleObject, initialize, 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

CHANGEABLE2_ROLE

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

getChangeable2

public Changeable2 getChangeable2()
Gets the object for the association that plays role: CHANGEABLE2_ROLE.

Supported API: true

Returns:
Changeable2

setChangeable2

public void setChangeable2(Changeable2 theChangeable2)
                    throws WTPropertyVetoException
Sets the object for the association that plays role: CHANGEABLE2_ROLE.

Supported API: true

Parameters:
theChangeable2 -
Throws:
WTPropertyVetoException

getAnalysisActivity

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

Supported API: true

Returns:
AnalysisActivity

setAnalysisActivity

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

Supported API: true

Parameters:
theAnalysisActivity -
Throws:
WTPropertyVetoException