|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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
(ultimately becoming a WTSerialNumberedPart
) 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 |
SERIAL_NUMBER
Label for the attribute; A derived attribute derived from the serial number of the SerialNumberedInstanceIfc . |
Fields inherited from interface wt.fc.Persistable |
IDENTITY, PERSIST_INFO, TYPE |
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 |
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 |
setSerialNumber(String a_SerialNumber)
Sets the value of the attribute: SERIAL_NUMBER. |
Methods inherited from interface wt.fc.Persistable |
checkAttributes, getIdentity, getPersistInfo, getType, setPersistInfo |
Methods inherited from interface wt.fc.ObjectMappable |
readExternal, writeExternal |
Methods inherited from interface wt.fc.NetFactor |
getClassInfo, getConceptualClassname |
Field Detail |
public static final String SERIAL_NUMBER
SerialNumberedInstanceIfc
.
public static final String CONFIGURATION
public static final String CONFIGURATION_REFERENCE
Method Detail |
public String getSerialNumber()
SerialNumberedInstanceIfc
.
public void setSerialNumber(String a_SerialNumber) throws WTPropertyVetoException
SerialNumberedInstanceIfc
.
a_SerialNumber
-
WTPropertyVetoException
public Configuration getConfiguration()
public void setConfiguration(Configuration a_Configuration) throws WTPropertyVetoException, WTException
a_Configuration
-
WTPropertyVetoException
WTException
public VersionReference getConfigurationReference()
public 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 |