Interface SerialNumberedComponentVersion

All Superinterfaces:
wt.configuration._Configuration, _Iterated, wt.fc._NetFactor, wt.fc._ObjectMappable, wt.fc._Persistable, wt.configuration._SerialNumberedComponentVersion, wt.vc._Versionable, Configuration, Iterated, NetFactor, ObjectMappable, Persistable, Serializable, Versionable

@GenAsPersistable(interfaces={Versionable.class,Configuration.class}, extendable=true, foreignKeys=@GeneratedForeignKey(name="SNCMSNCV",foreignKeyRole=@ForeignKeyRole(name="master",type=SerialNumberedComponentMaster.class,supportedAPI=PUBLIC,cascade=false,constraints=@PropertyConstraints(required=true)),myRole=@MyRole(name="iteration",supportedAPI=PUBLIC,cascade=false))) public interface SerialNumberedComponentVersion extends wt.configuration._SerialNumberedComponentVersion
Deprecated.
A version of a SerialNumberedComponentMaster which represents the configuration of a SerialNumberedComponentInstance.

Supported API: true

Extendable: true