Package wt.configuration
Interface SerialNumberedComponentInstance
- All Superinterfaces:
wt.fc._NetFactor,wt.fc._ObjectMappable,wt.fc._Persistable,wt.configuration._SerialNumberedComponentInstance,_SerialNumberedInstanceIfc,_SerialNumberedInstanceImpl,NetFactor,ObjectMappable,Persistable,Serializable,SerialNumberedInstanceIfc,SerialNumberedInstanceImpl
@GenAsPersistable(interfaces={SerialNumberedInstanceImpl.class,SerialNumberedInstanceIfc.class},extendable=true,properties={@GeneratedProperty(name="serialNumber",type=java.lang.String.class,columnProperties=@ColumnProperties(persistent=true)),@GeneratedProperty(name="lotNumber",type=java.lang.String.class,columnProperties=@ColumnProperties(persistent=true))},foreignKeys={@GeneratedForeignKey(name="SNCMSNCI",foreignKeyRole=@ForeignKeyRole(name="instanceOf",type=SerialNumberedComponentMaster.class,supportedAPI=PUBLIC,cascade=false,constraints=@PropertyConstraints(required=true)),myRole=@MyRole(name="instance",cascade=false)),@GeneratedForeignKey(name="SNCISNCV",foreignKeyRole=@ForeignKeyRole(name="configuration",type=SerialNumberedComponentVersion.class,supportedAPI=PUBLIC,cascade=false,constraints=@PropertyConstraints(required=false)),myRole=@MyRole(name="instance",cascade=false))})
public interface SerialNumberedComponentInstance
extends wt.configuration._SerialNumberedComponentInstance
Deprecated.
An instance of a
Supported API: true
Extendable: true
SerialNumberedComponentMaster that has as its
configuration a SerialNumberedComponentVersion. This instance
is not versioned and does not undergo change.
This object is both the instance (SerialNumberedInstanceIfc)
and implementation (SerialNumberedInstanceImpl) of an instance.
Supported API: true
Extendable: true
-
Field Summary
Fields inherited from interface wt.configuration._SerialNumberedInstanceIfc
INSTANCE_OF, INSTANCE_OF_REFERENCE, LOT_NUMBER, SERIAL_NUMBERFields inherited from interface wt.configuration._SerialNumberedInstanceImpl
CONFIGURATION, CONFIGURATION_REFERENCE -
Method Summary
Methods inherited from interface wt.configuration._SerialNumberedInstanceIfc
getInstanceOf, getInstanceOfReference, getLotNumber, getSerialNumber, setInstanceOf, setInstanceOfReference, setLotNumber, setSerialNumberMethods inherited from interface wt.configuration._SerialNumberedInstanceImpl
getConfiguration, getConfigurationReference, setConfiguration, setConfigurationReferenceMethods inherited from interface wt.fc.NetFactor
getClassInfo, getConceptualClassnameMethods inherited from interface wt.fc.ObjectMappable
readExternal, writeExternalMethods inherited from interface wt.fc.Persistable
checkAttributesMethods inherited from interface wt.configuration.SerialNumberedInstanceImpl
getLotNumber, getSerialNumber, setLotNumber, setSerialNumber