Uses of Interface
wt.configuration.SerialNumberedConfiguredInstanceMaster

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

Methods in wt.configuration that return SerialNumberedConfiguredInstanceMaster
 SerialNumberedConfiguredInstanceMaster SNCMSNCIM.getInstance()
          Gets the object for the association that plays role: INSTANCE_ROLE.
 SerialNumberedConfiguredInstanceMaster SNCIMSNCIV.getMaster()
          Gets the object for the association that plays role: MASTER_ROLE.
 

Methods in wt.configuration with parameters of type SerialNumberedConfiguredInstanceMaster
 void SNCMSNCIM.setInstance(SerialNumberedConfiguredInstanceMaster instance)
          Sets the object for the association that plays role: INSTANCE_ROLE.
static SNCMSNCIM SNCMSNCIM.newSNCMSNCIM(SerialNumberedConfiguredMaster instanceOf, SerialNumberedConfiguredInstanceMaster instance)
          Default factory for the class.
 void SNCIMSNCIV.setMaster(SerialNumberedConfiguredInstanceMaster master)
          Sets the object for the association that plays role: MASTER_ROLE.
static SNCIMSNCIV SNCIMSNCIV.newSNCIMSNCIV(SerialNumberedConfiguredInstanceMaster master, SerialNumberedConfiguredInstanceVersion iteration)
          Default factory for the class.
 

Uses of SerialNumberedConfiguredInstanceMaster in wt.part
 

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