Package wt.eff
Interface _EffConfigurationItem
- All Superinterfaces:
wt.eff._EffContext,wt.fc._Identified,wt.fc._NetFactor,wt.fc._ObjectMappable,wt.fc._Persistable,wt.fc._UniquelyIdentified,EffContext,Identified,NetFactor,ObjectMappable,Persistable,Serializable,UniquelyIdentified
- All Known Subinterfaces:
EffConfigurationItem
- All Known Implementing Classes:
_ConfigurationItem,ConfigurationItem
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionA description of the configuration item.getName()The name of the configuration item.The solution for this EffConfigurationItem.The solution for this EffConfigurationItem.voidsetDescription(String description) A description of the configuration item.voidThe name of the configuration item.voidsetSolution(ProductSolution the_solution) The solution for this EffConfigurationItem.voidsetSolutionReference(ObjectReference the_solutionReference) The solution for this EffConfigurationItem.Methods inherited from interface wt.eff.EffContext
getIdentificationObject, setIdentificationObjectMethods inherited from interface wt.fc.NetFactor
getClassInfo, getConceptualClassnameMethods inherited from interface wt.fc.ObjectMappable
readExternal, writeExternalMethods inherited from interface wt.fc.Persistable
checkAttributes
-
Field Details
-
NAME
The name of the configuration item. It is required and must be unique across all implementations of this class.Supported API: true
- See Also:
-
DESCRIPTION
A description of the configuration item.Supported API: true
- See Also:
-
SOLUTION
The solution for this EffConfigurationItem.Supported API: true
- See Also:
-
SOLUTION_REFERENCE
The solution for this EffConfigurationItem.Supported API: true
- See Also:
-
-
Method Details
-
getName
String getName()The name of the configuration item. It is required and must be unique across all implementations of this class.Supported API: true
- See Also:
-
setName
The name of the configuration item. It is required and must be unique across all implementations of this class.Supported API: true
- Throws:
WTPropertyVetoException- See Also:
-
getDescription
String getDescription()A description of the configuration item.Supported API: true
- See Also:
-
setDescription
A description of the configuration item.Supported API: true
- Throws:
WTPropertyVetoException- See Also:
-
getSolution
ProductSolution getSolution()The solution for this EffConfigurationItem.Supported API: true
- See Also:
-
getSolutionReference
ObjectReference getSolutionReference()The solution for this EffConfigurationItem.Supported API: true
- See Also:
-
setSolution
The solution for this EffConfigurationItem.Supported API: true
- Throws:
WTPropertyVetoExceptionWTException- See Also:
-
setSolutionReference
The solution for this EffConfigurationItem.Supported API: true
- Throws:
WTPropertyVetoException- See Also:
-