Package wt.configuration
Interface _SerialNumberedInstanceIfc
- All Superinterfaces:
wt.fc._NetFactor,wt.fc._ObjectMappable,wt.fc._Persistable,NetFactor,ObjectMappable,Persistable,Serializable
- All Known Subinterfaces:
wt.configuration._SerialNumberedComponentInstance,wt.configuration._SerialNumberedConfiguredInstanceMaster,wt.configuration._SerialNumberedInstanceMaster,SerialNumberedComponentInstance,SerialNumberedConfiguredInstanceMaster,SerialNumberedInstanceIfc,SerialNumberedInstanceMaster
- All Known Implementing Classes:
_WTProductInstanceMaster,WTProductInstanceMaster
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionThe object this instance is an instance of.The object this instance is an instance of.The serial number of the object.The serial number of the object.voidsetInstanceOf(SerialNumbered the_instanceOf) The object this instance is an instance of.voidsetInstanceOfReference(ObjectReference the_instanceOfReference) The object this instance is an instance of.voidsetLotNumber(String lotNumber) The serial number of the object.voidsetSerialNumber(String serialNumber) The serial number of the object.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
-
SERIAL_NUMBER
The serial number of the object. The serial number must be unique in the context of its serial numbered object. @see SerialNumberedSupported API: true
-
LOT_NUMBER
The serial number of the object. The serial number must be unique in the context of its serial numbered object. @see SerialNumberedSupported API: true
-
INSTANCE_OF
The object this instance is an instance of.Supported API: true
-
INSTANCE_OF_REFERENCE
The object this instance is an instance of.Supported API: true
-
-
Method Details
-
getSerialNumber
String getSerialNumber()The serial number of the object. The serial number must be unique in the context of its serial numbered object. @see SerialNumberedSupported API: true
- See Also:
-
setSerialNumber
The serial number of the object. The serial number must be unique in the context of its serial numbered object. @see SerialNumberedSupported API: true
- Throws:
WTPropertyVetoException- See Also:
-
getLotNumber
String getLotNumber()The serial number of the object. The serial number must be unique in the context of its serial numbered object. @see SerialNumberedSupported API: true
- See Also:
-
setLotNumber
The serial number of the object. The serial number must be unique in the context of its serial numbered object. @see SerialNumberedSupported API: true
- Throws:
WTPropertyVetoException- See Also:
-
getInstanceOf
SerialNumbered getInstanceOf()The object this instance is an instance of.Supported API: true
- See Also:
-
getInstanceOfReference
ObjectReference getInstanceOfReference()The object this instance is an instance of.Supported API: true
- See Also:
-
setInstanceOf
The object this instance is an instance of.Supported API: true
- Throws:
WTPropertyVetoExceptionWTException- See Also:
-
setInstanceOfReference
The object this instance is an instance of.Supported API: true
- Throws:
WTPropertyVetoException- See Also:
-