Package wt.configuration
Interface _BaselineConfigurationMaster
- All Superinterfaces:
wt.vc._Mastered,wt.fc._NetFactor,wt.fc._ObjectMappable,wt.occurrence._PathOccurrenceMasterContext,wt.fc._Persistable,Mastered,NetFactor,ObjectMappable,PathOccurrenceMasterContext,Persistable,Serializable
- All Known Subinterfaces:
BaselineConfigurationMaster
- All Known Implementing Classes:
_WTProductConfigurationMaster,WTProductConfigurationMaster
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionThe object this is a configuration for.The object this is a configuration for.voidsetConfigurationFor(ConfiguredMaster the_configurationFor) The object this is a configuration for.voidsetConfigurationForReference(ObjectReference the_configurationForReference) The object this is a configuration for.Methods 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
-
CONFIGURATION_FOR
The object this is a configuration for.Supported API: true
-
CONFIGURATION_FOR_REFERENCE
The object this is a configuration for.Supported API: true
-
-
Method Details
-
getConfigurationFor
ConfiguredMaster getConfigurationFor()The object this is a configuration for.Supported API: true
- See Also:
-
getConfigurationForReference
ObjectReference getConfigurationForReference()The object this is a configuration for.Supported API: true
- See Also:
-
setConfigurationFor
void setConfigurationFor(ConfiguredMaster the_configurationFor) throws WTPropertyVetoException, WTException The object this is a configuration for.Supported API: true
- Throws:
WTPropertyVetoExceptionWTException- See Also:
-
setConfigurationForReference
void setConfigurationForReference(ObjectReference the_configurationForReference) throws WTPropertyVetoException The object this is a configuration for.Supported API: true
- Throws:
WTPropertyVetoException- See Also:
-