|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An instance of a 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
WTSerialNumberedPartInstance
Field Summary | |
static String |
CONFIGURATION
Label for the attribute. |
static String |
CONFIGURATION_REFERENCE
Label for the attribute. |
static String |
INSTANCE_OF
Label for the attribute. |
static String |
INSTANCE_OF_REFERENCE
Label for the attribute. |
static String |
SERIAL_NUMBER
Label for the attribute. |
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. |
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 |
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 |
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 |
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
public static final String INSTANCE_OF
public static final String INSTANCE_OF_REFERENCE
public static final String CONFIGURATION
public static final String CONFIGURATION_REFERENCE
Method Detail |
public String getSerialNumber()
getSerialNumber
in interface SerialNumberedInstanceImpl
public void setSerialNumber(String a_SerialNumber) throws WTPropertyVetoException
setSerialNumber
in interface SerialNumberedInstanceImpl
a_SerialNumber
-
WTPropertyVetoException
public SerialNumbered getInstanceOf()
getInstanceOf
in interface SerialNumberedInstanceIfc
public void setInstanceOf(SerialNumbered a_InstanceOf) throws WTPropertyVetoException, WTException
setInstanceOf
in interface SerialNumberedInstanceIfc
a_InstanceOf
-
WTPropertyVetoException
WTException
public ObjectReference getInstanceOfReference()
getInstanceOfReference
in interface SerialNumberedInstanceIfc
public void setInstanceOfReference(ObjectReference a_InstanceOfReference) throws WTPropertyVetoException
setInstanceOfReference
in interface SerialNumberedInstanceIfc
a_InstanceOfReference
-
WTPropertyVetoException
public Configuration getConfiguration()
getConfiguration
in interface SerialNumberedInstanceImpl
public void setConfiguration(Configuration a_Configuration) throws WTPropertyVetoException, WTException
setConfiguration
in interface SerialNumberedInstanceImpl
a_Configuration
-
WTPropertyVetoException
WTException
public VersionReference getConfigurationReference()
getConfigurationReference
in interface SerialNumberedInstanceImpl
public void setConfigurationReference(VersionReference a_ConfigurationReference) throws WTPropertyVetoException
setConfigurationReference
in interface SerialNumberedInstanceImpl
a_ConfigurationReference
-
WTPropertyVetoException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |