Package wt.configuration
Interface _SerialNumberedInstanceImpl
- All Superinterfaces:
wt.fc._NetFactor,wt.fc._ObjectMappable,wt.fc._Persistable,NetFactor,ObjectMappable,Persistable,Serializable
- All Known Subinterfaces:
wt.configuration._SerialNumberedComponentInstance,wt.configuration._SerialNumberedConfiguredInstanceVersion,_SerialNumberedInstanceVersion,SerialNumberedComponentInstance,SerialNumberedConfiguredInstanceVersion,SerialNumberedInstanceImpl,SerialNumberedInstanceVersion
- All Known Implementing Classes:
_WTProductInstance2,WTProductInstance2
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe object representing the configuration used by this instance.static final StringThe object representing the configuration used by this instance.Fields inherited from interface wt.fc._Persistable
PERSIST_INFOFields inherited from interface wt.fc.Persistable
IDENTITY, serialVersionUID, TYPE -
Method Summary
Modifier and TypeMethodDescriptionThe object representing the configuration used by this instance.The object representing the configuration used by this instance.voidsetConfiguration(Configuration the_configuration) The object representing the configuration used by this instance.voidsetConfigurationReference(VersionReference the_configurationReference) The object representing the configuration used by this instance.Methods inherited from interface wt.fc._Persistable
getPersistInfo, setPersistInfoMethods inherited from interface wt.fc.NetFactor
getClassInfo, getConceptualClassnameMethods inherited from interface wt.fc.ObjectMappable
readExternal, writeExternalMethods inherited from interface wt.fc.Persistable
checkAttributes, getIdentity, getType
-
Field Details
-
CONFIGURATION
The object representing the configuration used by this instance.Supported API: true
- See Also:
-
CONFIGURATION_REFERENCE
The object representing the configuration used by this instance.Supported API: true
- See Also:
-
-
Method Details
-
getConfiguration
Configuration getConfiguration()The object representing the configuration used by this instance.Supported API: true
- See Also:
-
getConfigurationReference
VersionReference getConfigurationReference()The object representing the configuration used by this instance.Supported API: true
- See Also:
-
setConfiguration
The object representing the configuration used by this instance.Supported API: true
- Throws:
WTPropertyVetoExceptionWTException- See Also:
-
setConfigurationReference
void setConfigurationReference(VersionReference the_configurationReference) throws WTPropertyVetoException The object representing the configuration used by this instance.Supported API: true
- Throws:
WTPropertyVetoException- See Also:
-