wt.configuration
Interface SerialNumberedConfiguredInstanceMaster

All Superinterfaces:
Mastered, NetFactor, ObjectMappable, PathOccurrenceMasterContext, Persistable, Serializable, SerialNumberedInstanceIfc, SerialNumberedInstanceMaster
All Known Implementing Classes:
WTProductInstanceMaster

public interface SerialNumberedConfiguredInstanceMaster
extends SerialNumberedInstanceMaster, PathOccurrenceMasterContext

An instance of a SerialNumberedConfiguredMaster.

Supported API: true

Extendable: true

See Also:
SerialNumberedConfiguredInstanceVersion, WTProductInstanceMaster

Field Summary
static String INSTANCE_OF
          Label for the attribute.
static String INSTANCE_OF_REFERENCE
          Label for the attribute.
 
Fields inherited from interface wt.configuration.SerialNumberedInstanceIfc
LOT_NUMBER, SERIAL_NUMBER
 
Method Summary
 SerialNumbered getInstanceOf()
          Gets the object for the association that plays role: INSTANCE_OF.
 ObjectReference getInstanceOfReference()
          Gets the value of the attribute: INSTANCE_OF_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.
 
Methods inherited from interface wt.configuration.SerialNumberedInstanceIfc
getLotNumber, getSerialNumber, setLotNumber, setSerialNumber
 

Field Detail

INSTANCE_OF

static final String INSTANCE_OF
Label for the attribute.

Supported API: true

See Also:
Constant Field Values

INSTANCE_OF_REFERENCE

static final String INSTANCE_OF_REFERENCE
Label for the attribute.

Supported API: true

See Also:
Constant Field Values
Method Detail

getInstanceOf

SerialNumbered getInstanceOf()
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
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()
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
Sets the value of the attribute: INSTANCE_OF_REFERENCE.

Supported API: true

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