|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface SerialNumberedInstanceIfc
The interface portion of a serial numbered instance (the implementation
portion is SerialNumberedInstanceImpl. This package supports
two kinds of instances, SerialNumberedComponentInstance and SerialNumberedInstanceMaster. The former is deprecated, the latter
implemented by WTProductInstanceMaster.
Supported API: true
Extendable: false
SerialNumberedInstanceImpl| Field Summary | |
|---|---|
static String |
INSTANCE_OF
Label for the attribute; The object this instance is an instance of. |
static String |
INSTANCE_OF_REFERENCE
Label for the attribute; The object this instance is an instance of. |
static String |
LOT_NUMBER
Label for the attribute; The serial number of the object. |
static String |
SERIAL_NUMBER
Label for the attribute; The serial number of the object. |
| Method Summary | |
|---|---|
SerialNumbered |
getInstanceOf()
Gets the object for the association that plays role: INSTANCE_OF. |
ObjectReference |
getInstanceOfReference()
Gets the value of the attribute: INSTANCE_OF_REFERENCE. |
String |
getLotNumber()
Gets the value of the attribute: LOT_NUMBER. |
String |
getSerialNumber()
Gets the value of the attribute: SERIAL_NUMBER. |
void |
setInstanceOf(SerialNumbered a_InstanceOf)
Sets the object for the association that plays role: INSTANCE_OF. |
void |
setInstanceOfReference(ObjectReference a_InstanceOfReference)
Sets the value of the attribute: INSTANCE_OF_REFERENCE. |
void |
setLotNumber(String a_LotNumber)
Sets the value of the attribute: LOT_NUMBER. |
void |
setSerialNumber(String a_SerialNumber)
Sets the value of the attribute: SERIAL_NUMBER. |
| Field Detail |
|---|
static final String SERIAL_NUMBER
SerialNumbered,
Constant Field Valuesstatic final String LOT_NUMBER
SerialNumbered,
Constant Field Valuesstatic final String INSTANCE_OF
static final String INSTANCE_OF_REFERENCE
| Method Detail |
|---|
String getSerialNumber()
SerialNumbered
void setSerialNumber(String a_SerialNumber)
throws WTPropertyVetoException
a_SerialNumber -
WTPropertyVetoExceptionSerialNumberedString getLotNumber()
SerialNumbered
void setLotNumber(String a_LotNumber)
throws WTPropertyVetoException
a_LotNumber -
WTPropertyVetoExceptionSerialNumberedSerialNumbered getInstanceOf()
void setInstanceOf(SerialNumbered a_InstanceOf)
throws WTPropertyVetoException,
WTException
a_InstanceOf -
WTPropertyVetoException
WTExceptionObjectReference getInstanceOfReference()
void setInstanceOfReference(ObjectReference a_InstanceOfReference)
throws WTPropertyVetoException
a_InstanceOfReference -
WTPropertyVetoException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||