Uses of Class
com.rapidtransform.spec.model.ManufacturingConfig

Packages that use ManufacturingConfig
com.rapidtransform.part.model   
com.rapidtransform.spec.model   
 

Uses of ManufacturingConfig in com.rapidtransform.part.model
 

Methods in com.rapidtransform.part.model that return types with arguments of type ManufacturingConfig
 java.util.Collection<ManufacturingConfig> ItemInstance.getManufacturingConfigs()
           
 

Method parameters in com.rapidtransform.part.model with type arguments of type ManufacturingConfig
 void ItemInstance.setManufacturingConfig(java.util.Set<ManufacturingConfig> manufacturingConfisg)
           
 void ItemInstance.setManufacturingConfigs(java.util.Set<ManufacturingConfig> manufacturingConfigs)
           
 

Uses of ManufacturingConfig in com.rapidtransform.spec.model
 

Subclasses of ManufacturingConfig in com.rapidtransform.spec.model
 class DatedConfig
          This type of configuration that applies from the given date, or between a start and end date.
 class LotConfig
          LotConfig is a type of manufacturing config that applies to a given production batch (Lot) for the given Product.
 class SerialConfig
          This is a type of manufacturing config that applies from the start serial number through the end serial number specified in this class.