Uses of Interface
wt.configuration.SerialNumberedInstanceMaster

Packages that use SerialNumberedInstanceMaster
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 SerialNumberedInstanceMaster in wt.configuration
 

Subinterfaces of SerialNumberedInstanceMaster in wt.configuration
 interface SerialNumberedConfiguredInstanceMaster
          An instance of a SerialNumberedConfiguredMaster.
 

Methods in wt.configuration that return SerialNumberedInstanceMaster
 SerialNumberedInstanceMaster SNIMSNIV.getMaster()
          Gets the object for the association that plays role: MASTER_ROLE.
 

Methods in wt.configuration with parameters of type SerialNumberedInstanceMaster
 void SNIMSNIV.setMaster(SerialNumberedInstanceMaster master)
          Sets the object for the association that plays role: MASTER_ROLE.
static SNIMSNIV SNIMSNIV.newSNIMSNIV(SerialNumberedInstanceMaster master, SerialNumberedInstanceVersion iteration)
          Default factory for the class.
 

Uses of SerialNumberedInstanceMaster in wt.part
 

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