Interface SerialNumberedInstanceImpl

All Superinterfaces:
wt.fc._NetFactor, wt.fc._ObjectMappable, wt.fc._Persistable, _SerialNumberedInstanceImpl, NetFactor, ObjectMappable, Persistable, Serializable
All Known Subinterfaces:
wt.configuration._SerialNumberedComponentInstance, wt.configuration._SerialNumberedConfiguredInstanceVersion, _SerialNumberedInstanceVersion, SerialNumberedComponentInstance, SerialNumberedConfiguredInstanceVersion, SerialNumberedInstanceVersion
All Known Implementing Classes:
_WTProductInstance2, WTProductInstance2

@GenAsPersistable(foreignKeys=@GeneratedForeignKey(name="SNIIC",foreignKeyRole=@ForeignKeyRole(name="configuration",type=Configuration.class,referenceType=VersionReference.class,supportedAPI=PUBLIC,javaDoc="The object representing the configuration used by this instance."),myRole=@MyRole(name="instance"))) public interface SerialNumberedInstanceImpl extends _SerialNumberedInstanceImpl
The implementation portion of a serial numbered instance. It is associated to an object representing the configuration of the SerialNumbered object. Two supported types of configurations are SerialNumberedComponentVersion (deprecated) and BaselineConfigurationVersion (ultimately becoming WTProductConfiguration).

Supported API: true

Extendable: false
See Also: