Uses of Interface
wt.configuration.SerialNumberedComponentMaster

Packages that use SerialNumberedComponentMaster
wt.configuration   
wt.part Defines WTParts and WTPartMasters ( the fundamental enterprise objects used to represent product structures composed of assemblies and components), WTPartUsageLink and WTPartConfigSpec (used to build the structures of parts and select the correct versions of parts from the structures) and the WTPartService to manage these parts. 
 

Uses of SerialNumberedComponentMaster in wt.configuration
 

Methods in wt.configuration that return SerialNumberedComponentMaster
 SerialNumberedComponentMaster SNCMSNCV.getMaster()
          Gets the object for the association that plays role: MASTER_ROLE.
 SerialNumberedComponentMaster SNCMSNCI.getInstanceOf()
          Gets the object for the association that plays role: INSTANCE_OF_ROLE.
 

Methods in wt.configuration with parameters of type SerialNumberedComponentMaster
 void SNCMSNCV.setMaster(SerialNumberedComponentMaster master)
          Sets the object for the association that plays role: MASTER_ROLE.
static SNCMSNCV SNCMSNCV.newSNCMSNCV(SerialNumberedComponentMaster master, SerialNumberedComponentVersion iteration)
          Default factory for the class.
 void SNCMSNCI.setInstanceOf(SerialNumberedComponentMaster instanceOf)
          Sets the object for the association that plays role: INSTANCE_OF_ROLE.
static SNCMSNCI SNCMSNCI.newSNCMSNCI(SerialNumberedComponentMaster instanceOf, SerialNumberedComponentInstance instance)
          Default factory for the class.
 

Uses of SerialNumberedComponentMaster in wt.part
 

Classes in wt.part that implement SerialNumberedComponentMaster
 class WTSerialNumberedPartMaster
           Use the newWTSerialNumberedPartMaster static factory method(s), not the WTSerialNumberedPartMaster constructor, to construct instances of this class.