wt.configuration
Interface SerialNumbered

All Superinterfaces:
NetFactor, ObjectMappable, Persistable, Serializable
All Known Subinterfaces:
SerialNumberedComponentMaster, SerialNumberedConfiguredMaster
All Known Implementing Classes:
MPMMfgProcessMaster, MPMMfgStandardGroupMaster, MPMOperationMaster, MPMPlantMaster, MPMProcessPlanMaster, MPMResourceGroupMaster, MPMResourceMaster, MPMSequenceMaster, ProxyPartMaster, WTPartMaster

public interface SerialNumbered
extends Persistable

A serial numbered object is an object that can have serial numbered instances. This package supports two types of serial numbered objects, SerialNumberedComponentMaster and SerialNumberedConfiguredMaster. The former is deprecated and the latter is implemented by wt.part.WTParttMaster.

Supported API: true

Extendable: false

See Also:
SerialNumberedInstanceIfc

Field Summary
static String DEFAULT_TRACE_CODE
          Label for the attribute.
 
Method Summary
 TraceCode getDefaultTraceCode()
          Gets the object for the association that plays role: DEFAULT_TRACE_CODE.
 void setDefaultTraceCode(TraceCode a_DefaultTraceCode)
          Sets the object for the association that plays role: DEFAULT_TRACE_CODE.
 

Field Detail

DEFAULT_TRACE_CODE

static final String DEFAULT_TRACE_CODE
Label for the attribute.

Supported API: true

See Also:
Constant Field Values
Method Detail

getDefaultTraceCode

TraceCode getDefaultTraceCode()
Gets the object for the association that plays role: DEFAULT_TRACE_CODE.

Supported API: true

Returns:
TraceCode

setDefaultTraceCode

void setDefaultTraceCode(TraceCode a_DefaultTraceCode)
                         throws WTPropertyVetoException
Sets the object for the association that plays role: DEFAULT_TRACE_CODE.

Supported API: true

Parameters:
a_DefaultTraceCode -
Throws:
WTPropertyVetoException