wt.configuration
Interface SerialNumberedComponentInstance

All Superinterfaces:
NetFactor, ObjectMappable, Persistable, Serializable, SerialNumberedInstanceIfc, SerialNumberedInstanceImpl

Deprecated.

public interface SerialNumberedComponentInstance
extends SerialNumberedInstanceImpl, SerialNumberedInstanceIfc

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


Field Summary
static String CONFIGURATION
          Deprecated.  
static String CONFIGURATION_REFERENCE
          Deprecated.  
static String INSTANCE_OF
          Deprecated.  
static String INSTANCE_OF_REFERENCE
          Deprecated.  
 
Method Summary
 Configuration getConfiguration()
          Deprecated.  
 VersionReference getConfigurationReference()
          Deprecated.  
 SerialNumbered getInstanceOf()
          Deprecated.  
 ObjectReference getInstanceOfReference()
          Deprecated.  
 void setConfiguration(Configuration a_Configuration)
          Deprecated.  
 void setConfigurationReference(VersionReference a_ConfigurationReference)
          Deprecated.  
 void setInstanceOf(SerialNumbered a_InstanceOf)
          Deprecated.  
 void setInstanceOfReference(ObjectReference a_InstanceOfReference)
          Deprecated.  
 

Field Detail

INSTANCE_OF

static final String INSTANCE_OF
Deprecated. 
Label for the attribute.

Supported API: true

See Also:
Constant Field Values

INSTANCE_OF_REFERENCE

static final String INSTANCE_OF_REFERENCE
Deprecated. 
Label for the attribute.

Supported API: true

See Also:
Constant Field Values

CONFIGURATION

static final String CONFIGURATION
Deprecated. 
Label for the attribute.

Supported API: true

See Also:
Constant Field Values

CONFIGURATION_REFERENCE

static final String CONFIGURATION_REFERENCE
Deprecated. 
Label for the attribute.

Supported API: true

See Also:
Constant Field Values
Method Detail

getInstanceOf

SerialNumbered getInstanceOf()
Deprecated. 

Gets the object for the association that plays role: INSTANCE_OF.

Supported API: true

Specified by:
getInstanceOf in interface SerialNumberedInstanceIfc
Returns:
SerialNumbered

setInstanceOf

void setInstanceOf(SerialNumbered a_InstanceOf)
                   throws WTPropertyVetoException,
                          WTException
Deprecated. 

Sets the object for the association that plays role: INSTANCE_OF.

Supported API: true

Specified by:
setInstanceOf in interface SerialNumberedInstanceIfc
Parameters:
a_InstanceOf -
Throws:
WTPropertyVetoException
WTException

getInstanceOfReference

ObjectReference getInstanceOfReference()
Deprecated. 

Gets the value of the attribute: INSTANCE_OF_REFERENCE.

Supported API: true

Specified by:
getInstanceOfReference in interface SerialNumberedInstanceIfc
Returns:
ObjectReference

setInstanceOfReference

void setInstanceOfReference(ObjectReference a_InstanceOfReference)
                            throws WTPropertyVetoException
Deprecated. 

Sets the value of the attribute: INSTANCE_OF_REFERENCE.

Supported API: true

Specified by:
setInstanceOfReference in interface SerialNumberedInstanceIfc
Parameters:
a_InstanceOfReference -
Throws:
WTPropertyVetoException

getConfiguration

Configuration getConfiguration()
Deprecated. 

Gets the object for the association that plays role: CONFIGURATION.

Supported API: true

Specified by:
getConfiguration in interface SerialNumberedInstanceImpl
Returns:
Configuration

setConfiguration

void setConfiguration(Configuration a_Configuration)
                      throws WTPropertyVetoException,
                             WTException
Deprecated. 

Sets the object for the association that plays role: CONFIGURATION.

Supported API: true

Specified by:
setConfiguration in interface SerialNumberedInstanceImpl
Parameters:
a_Configuration -
Throws:
WTPropertyVetoException
WTException

getConfigurationReference

VersionReference getConfigurationReference()
Deprecated. 

Gets the value of the attribute: CONFIGURATION_REFERENCE.

Supported API: true

Specified by:
getConfigurationReference in interface SerialNumberedInstanceImpl
Returns:
VersionReference

setConfigurationReference

void setConfigurationReference(VersionReference a_ConfigurationReference)
                               throws WTPropertyVetoException
Deprecated. 

Sets the value of the attribute: CONFIGURATION_REFERENCE.

Supported API: true

Specified by:
setConfigurationReference in interface SerialNumberedInstanceImpl
Parameters:
a_ConfigurationReference -
Throws:
WTPropertyVetoException