wt.change2
Interface RelatedProductData

All Superinterfaces:
NetFactor, ObjectMappable, Persistable, Serializable
All Known Implementing Classes:
AffectedActivityData, ChangeRecord2, ProblemProduct, RelevantAnalysisData, RelevantRequestData2, ReportedAgainst, SubjectProduct

public interface RelatedProductData
extends Persistable

A common parent interface for associations between change management objects and Changeable2 objects.

Supported API: true

Extendable: true


Field Summary
static String DESCRIPTION
          Label for the attribute; A reason for the association.
 
Fields inherited from interface wt.fc.Persistable
IDENTITY, PERSIST_INFO, TYPE
 
Method Summary
 String getDescription()
          Gets the value of the attribute: DESCRIPTION.
 void setDescription(String a_Description)
          Sets the value of the attribute: DESCRIPTION.
 
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

DESCRIPTION

public static final String DESCRIPTION
Label for the attribute; A reason for the association.

Supported API: false

See Also:
Constant Field Values
Method Detail

getDescription

public String getDescription()
Gets the value of the attribute: DESCRIPTION. A reason for the association.

Supported API: false

Returns:
String

setDescription

public void setDescription(String a_Description)
                    throws WTPropertyVetoException
Sets the value of the attribute: DESCRIPTION. A reason for the association.

Supported API: false

Parameters:
a_Description -
Throws:
WTPropertyVetoException