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
SERIAL_NUMBER
 
Fields inherited from interface wt.fc.Persistable
IDENTITY, PERSIST_INFO, TYPE
 
Fields inherited from interface wt.vc.Mastered
SERIES
 
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
getSerialNumber, setSerialNumber
 
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
 
Methods inherited from interface wt.vc.Mastered
getSeries, setSeries
 

Field Detail

INSTANCE_OF

public static final String INSTANCE_OF
Label for the attribute.

Supported API: true

See Also:
Constant Field Values

INSTANCE_OF_REFERENCE

public static final String INSTANCE_OF_REFERENCE
Label for the attribute.

Supported API: true

See Also:
Constant Field Values
Method Detail

getInstanceOf

public 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

public 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

public ObjectReference getInstanceOfReference()
Gets the value of the attribute: INSTANCE_OF_REFERENCE.

Supported API: true

Specified by:
getInstanceOfReference in interface SerialNumberedInstanceIfc
Returns:
ObjectReference

setInstanceOfReference

public 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