|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 WTProductMaster
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. |
Fields inherited from interface wt.eff.EffContext |
IDENTIFICATION_OBJECT |
Fields inherited from interface wt.fc.Persistable |
IDENTITY, PERSIST_INFO, TYPE |
Method Summary | |
String |
getDescription()
Gets the value of the attribute: DESCRIPTION. |
String |
getName()
Gets the value of the attribute: NAME. |
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(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. |
Methods inherited from interface wt.eff.EffContext |
getIdentificationObject, setIdentificationObject |
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 |
public static final String NAME
public static final String DESCRIPTION
public static final String SOLUTION
public static final String SOLUTION_REFERENCE
Method Detail |
public String getName()
public void setName(String a_Name) throws WTPropertyVetoException
a_Name
-
WTPropertyVetoException
public String getDescription()
public void setDescription(String a_Description) throws WTPropertyVetoException
a_Description
-
WTPropertyVetoException
public ProductSolution getSolution()
public void setSolution(ProductSolution a_Solution) throws WTPropertyVetoException, WTException
a_Solution
-
WTPropertyVetoException
WTException
public ObjectReference getSolutionReference()
public 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 |