Uses of Class
wt.part.ProductLotNumberEffectivity

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

Methods in wt.part that return ProductLotNumberEffectivity
static ProductLotNumberEffectivity ProductLotNumberEffectivity.newProductLotNumberEffectivity()
          Default factory for the class.
 ProductLotNumberEffectivity PPLotNumberEffectivity.getEff()
          Gets the object for the association that plays role: EFF_ROLE.
 

Methods in wt.part with parameters of type ProductLotNumberEffectivity
protected  boolean ProductLotNumberEffectivity.readVersion(ProductLotNumberEffectivity thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source.
 void PPLotNumberEffectivity.setEff(ProductLotNumberEffectivity eff)
          Sets the object for the association that plays role: EFF_ROLE.
static PPLotNumberEffectivity PPLotNumberEffectivity.newPPLotNumberEffectivity(ProductLotNumberEffectivity eff, WTProductMaster effContext)
          Default factory for the class.