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. |
DESCRIPTION
public static final String DESCRIPTION
- Label for the attribute; A reason for the association.
Supported API: false
- See Also:
- Constant Field Values
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