Uses of Class
wt.part.WTSerialNumberedPartMaster

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

Methods in wt.part that return WTSerialNumberedPartMaster
static WTSerialNumberedPartMaster WTSerialNumberedPartMaster.newWTSerialNumberedPartMaster()
          Default factory for the class.
 WTSerialNumberedPartMaster SNPartSNPartInstance.getInstanceOf()
          Gets the object for the association that plays role: INSTANCE_OF_ROLE.
 WTSerialNumberedPartMaster SNPartMasterSNPart.getMaster()
          Gets the object for the association that plays role: MASTER_ROLE.
 

Methods in wt.part with parameters of type WTSerialNumberedPartMaster
protected  boolean WTSerialNumberedPartMaster.readVersion(WTSerialNumberedPartMaster thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source.
static WTSerialNumberedPartInstance WTSerialNumberedPartInstance.newWTSerialNumberedPartInstance(String serialNumber, WTSerialNumberedPartMaster instanceOf)
          

Supported API: false
protected  void WTSerialNumberedPartInstance.initialize(String serialNumber, WTSerialNumberedPartMaster instanceOf)
          Supports initialization, following construction of an instance.
 void SNPartSNPartInstance.setInstanceOf(WTSerialNumberedPartMaster instanceOf)
          Sets the object for the association that plays role: INSTANCE_OF_ROLE.
static SNPartSNPartInstance SNPartSNPartInstance.newSNPartSNPartInstance(WTSerialNumberedPartMaster instanceOf, WTSerialNumberedPartInstance instance)
          Default factory for the class.
 void SNPartMasterSNPart.setMaster(WTSerialNumberedPartMaster master)
          Sets the object for the association that plays role: MASTER_ROLE.
static SNPartMasterSNPart SNPartMasterSNPart.newSNPartMasterSNPart(WTSerialNumberedPartMaster master, WTSerialNumberedPart iteration)
          Default factory for the class.