|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface 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
SerialNumberedInstanceImpl,
SeriallNumbered| Field Summary | |
|---|---|
static String |
CONFIGURATION
Label for the attribute; The object representing the configuration used by this instance. |
static String |
CONFIGURATION_REFERENCE
Label for the attribute; The object representing the configuration used by this instance. |
static String |
LOT_NUMBER
Label for the attribute; A derived attribute derived from the lot number of the SerialNumberedInstanceIfc. |
static String |
SERIAL_NUMBER
Label for the attribute; A derived attribute derived from the serial number of the SerialNumberedInstanceIfc. |
| Method Summary | |
|---|---|
Configuration |
getConfiguration()
Gets the object for the association that plays role: CONFIGURATION. |
VersionReference |
getConfigurationReference()
Gets the value of the attribute: CONFIGURATION_REFERENCE. |
String |
getLotNumber()
Gets the value of the attribute: LOT_NUMBER. |
String |
getSerialNumber()
Gets the value of the attribute: SERIAL_NUMBER. |
void |
setConfiguration(Configuration a_Configuration)
Sets the object for the association that plays role: CONFIGURATION. |
void |
setConfigurationReference(VersionReference a_ConfigurationReference)
Sets the value of the attribute: CONFIGURATION_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
SerialNumberedInstanceIfc.
static final String LOT_NUMBER
SerialNumberedInstanceIfc.
static final String CONFIGURATION
static final String CONFIGURATION_REFERENCE
| Method Detail |
|---|
String getSerialNumber()
SerialNumberedInstanceIfc.
void setSerialNumber(String a_SerialNumber)
throws WTPropertyVetoException
SerialNumberedInstanceIfc.
a_SerialNumber -
WTPropertyVetoExceptionString getLotNumber()
SerialNumberedInstanceIfc.
void setLotNumber(String a_LotNumber)
throws WTPropertyVetoException
SerialNumberedInstanceIfc.
a_LotNumber -
WTPropertyVetoExceptionConfiguration getConfiguration()
void setConfiguration(Configuration a_Configuration)
throws WTPropertyVetoException,
WTException
a_Configuration -
WTPropertyVetoException
WTExceptionVersionReference getConfigurationReference()
void setConfigurationReference(VersionReference a_ConfigurationReference)
throws WTPropertyVetoException
a_ConfigurationReference -
WTPropertyVetoException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||