wt.configuration
Interface SerialNumberedComponentVersion

All Superinterfaces:
Configuration, Iterated, NetFactor, ObjectMappable, Persistable, Serializable, Versionable

Deprecated.

public interface SerialNumberedComponentVersion
extends Versionable, Configuration

A version of a SerialNumberedComponentMaster which represents the configuration of a SerialNumberedComponentInstance.

Supported API: true

Extendable: true


Field Summary
static String MASTER
          Deprecated.  
static String MASTER_REFERENCE
          Deprecated.  
 
Method Summary
 Mastered getMaster()
          Deprecated.  
 ObjectReference getMasterReference()
          Deprecated.  
 void setMaster(Mastered a_Master)
          Deprecated.  
 void setMasterReference(ObjectReference a_MasterReference)
          Deprecated.  
 

Field Detail

MASTER

static final String MASTER
Deprecated. 
Label for the attribute.

Supported API: true

See Also:
Constant Field Values

MASTER_REFERENCE

static final String MASTER_REFERENCE
Deprecated. 
Label for the attribute.

Supported API: true

See Also:
Constant Field Values
Method Detail

getMaster

Mastered getMaster()
Deprecated. 

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

Supported API: true

Specified by:
getMaster in interface Iterated
Returns:
Mastered
See Also:
Mastered

setMaster

void setMaster(Mastered a_Master)
               throws WTPropertyVetoException,
                      WTException
Deprecated. 

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

Supported API: true

Specified by:
setMaster in interface Iterated
Parameters:
a_Master -
Throws:
WTPropertyVetoException
WTException
See Also:
Mastered

getMasterReference

ObjectReference getMasterReference()
Deprecated. 

Gets the value of the attribute: MASTER_REFERENCE.

Supported API: true

Specified by:
getMasterReference in interface Iterated
Returns:
ObjectReference
See Also:
Mastered

setMasterReference

void setMasterReference(ObjectReference a_MasterReference)
                        throws WTPropertyVetoException
Deprecated. 

Sets the value of the attribute: MASTER_REFERENCE.

Supported API: true

Specified by:
setMasterReference in interface Iterated
Parameters:
a_MasterReference -
Throws:
WTPropertyVetoException
See Also:
Mastered