Uses of Class
wt.part.WTProductConfigurationMaster

Packages that use WTProductConfigurationMaster
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 WTProductConfigurationMaster in wt.part
 

Methods in wt.part that return WTProductConfigurationMaster
static WTProductConfigurationMaster WTProductConfigurationMaster.newWTProductConfigurationMaster()
          Default factory for the class.
 WTProductConfigurationMaster ProductConfigForConfig.getConfiguration()
          Gets the object for the association that plays role: CONFIGURATION_ROLE.
 WTProductConfigurationMaster ConfigurationMasterConfiguration.getMaster()
          Gets the object for the association that plays role: MASTER_ROLE.
 

Methods in wt.part with parameters of type WTProductConfigurationMaster
protected  boolean WTProductConfigurationMaster.readVersion(WTProductConfigurationMaster thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source.
 void ProductConfigForConfig.setConfiguration(WTProductConfigurationMaster configuration)
          Sets the object for the association that plays role: CONFIGURATION_ROLE.
static ProductConfigForConfig ProductConfigForConfig.newProductConfigForConfig(WTProductMaster configurationFor, WTProductConfigurationMaster configuration)
          Default factory for the class.
 void ConfigurationMasterConfiguration.setMaster(WTProductConfigurationMaster master)
          Sets the object for the association that plays role: MASTER_ROLE.
static ConfigurationMasterConfiguration ConfigurationMasterConfiguration.newConfigurationMasterConfiguration(WTProductConfigurationMaster master, WTProductConfiguration iteration)
          Default factory for the class.