Uses of Class
wt.effectivity.UnitEffectivity

Packages that use UnitEffectivity
wt.effectivity Provides an out-of-the-box reference implementation of the generic base effectivity functionality defined in wt.eff to assert that a PDM object is effective under certain conditions, but this package's EffectivityService is not normally used (instead use wt.eff's EffService, EffConfigSpecAssistant and EffGroupAssistant). 
 

Uses of UnitEffectivity in wt.effectivity
 

Subclasses of UnitEffectivity in wt.effectivity
 class WTLotEffectivity
          LotEffectivity is used to indicate that the EffectivityManageable object is effective as a ConfigurationItem is being produced in a range of lot numbers.
 class WTSerialNumberedEffectivity
          SerialNumberedEffectivity is used to indicate that the EffectivityManageable object is effective as a ConfigurationItem is being produced in a range of serial numbered units.
 

Methods in wt.effectivity that return UnitEffectivity
 UnitEffectivity EffEffContext.getEff()
          Gets the object for the association that plays role: EFF_ROLE.
 

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