|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface EffConfigurationItem
A configuration item that serves as the context for which an Eff
is valid. The solution/instance aspects have been deprecated; the configuration
item reverts to its original role as simply a context for effectivities.
The configuration aspect of the configuration item has been replaced
by BaselineConfigurationVersion, with WTProductConfiguration as a Windchill implementation. Note
that WTPartMaster is the context for effectivities.
Supported API: true
Extendable: true
| Field Summary | |
|---|---|
static String |
DESCRIPTION
Label for the attribute; A description of the configuration item. |
static String |
NAME
Label for the attribute; The name of the configuration item. |
static String |
SOLUTION
Label for the attribute; The solution for this EffConfigurationItem. |
static String |
SOLUTION_REFERENCE
Label for the attribute; The solution for this EffConfigurationItem. |
| Method Summary | |
|---|---|
String |
getDescription()
Gets the value of the attribute: DESCRIPTION. |
String |
getName()
Gets the value of the attribute: NAME. |
wt.eff.ProductSolution |
getSolution()
Gets the object for the association that plays role: SOLUTION. |
ObjectReference |
getSolutionReference()
Gets the value of the attribute: SOLUTION_REFERENCE. |
void |
setDescription(String a_Description)
Sets the value of the attribute: DESCRIPTION. |
void |
setName(String a_Name)
Sets the value of the attribute: NAME. |
void |
setSolution(wt.eff.ProductSolution a_Solution)
Sets the object for the association that plays role: SOLUTION. |
void |
setSolutionReference(ObjectReference a_SolutionReference)
Sets the value of the attribute: SOLUTION_REFERENCE. |
| Field Detail |
|---|
static final String NAME
static final String DESCRIPTION
static final String SOLUTION
static final String SOLUTION_REFERENCE
| Method Detail |
|---|
String getName()
void setName(String a_Name)
throws WTPropertyVetoException
a_Name -
WTPropertyVetoExceptionString getDescription()
void setDescription(String a_Description)
throws WTPropertyVetoException
a_Description -
WTPropertyVetoExceptionwt.eff.ProductSolution getSolution()
void setSolution(wt.eff.ProductSolution a_Solution)
throws WTPropertyVetoException,
WTException
a_Solution -
WTPropertyVetoException
WTExceptionObjectReference getSolutionReference()
void setSolutionReference(ObjectReference a_SolutionReference)
throws WTPropertyVetoException
a_SolutionReference -
WTPropertyVetoException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||