Uses of Class
wt.part.WTSerialNumberedPart

Packages that use WTSerialNumberedPart
wt.clients.prodmgmt   
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 WTSerialNumberedPart in wt.clients.prodmgmt
 

Methods in wt.clients.prodmgmt that return WTSerialNumberedPart
protected static WTSerialNumberedPart AllocatedPartHelper.getInstancedPartObject(WTSerialNumberedPartInstance partInstance, WTObject partMaster)
           
 

Constructors in wt.clients.prodmgmt with parameters of type WTSerialNumberedPart
SerialNumberedPartItem(WTSerialNumberedPart serial_numbered_part)
          Constructs a new SerialNumberedPartItem.
 

Uses of WTSerialNumberedPart in wt.part
 

Methods in wt.part that return WTSerialNumberedPart
static WTSerialNumberedPart WTSerialNumberedPart.newWTSerialNumberedPart()
          Default factory for the class.
 WTSerialNumberedPart SNPartMasterSNPart.getIteration()
          Gets the object for the association that plays role: ITERATION_ROLE.
 WTSerialNumberedPart SNPartInstanceSNPart.getConfiguration()
          Gets the object for the association that plays role: CONFIGURATION_ROLE.
 WTSerialNumberedPart GetWTSNPartToAssignToWTSNPartInstanceDelegate.getWTSerialNumberedPart(WTSerialNumberedPartInstance instance)
          

Supported API: true
 WTSerialNumberedPart DefaultGetWTSNPartToAssignToWTSNPartInstanceDelegate.getWTSerialNumberedPart(WTSerialNumberedPartInstance instance)
          

Supported API: true
 

Methods in wt.part with parameters of type WTSerialNumberedPart
static WTSerialNumberedPartInstance WTSerialNumberedPartInstance.newWTSerialNumberedPartInstance(String serialNumber, WTSerialNumberedPart configuration)
          

Supported API: false
protected  void WTSerialNumberedPartInstance.initialize(String serialNumber, WTSerialNumberedPart configuration)
          Supports initialization, following construction of an instance.
protected  boolean WTSerialNumberedPart.readVersion(WTSerialNumberedPart thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source.
protected  void SNPartMasterSNPart.setIteration(WTSerialNumberedPart iteration)
          Sets the object for the association that plays role: ITERATION_ROLE.
static SNPartMasterSNPart SNPartMasterSNPart.newSNPartMasterSNPart(WTSerialNumberedPartMaster master, WTSerialNumberedPart iteration)
          Default factory for the class.
 void SNPartInstanceSNPart.setConfiguration(WTSerialNumberedPart configuration)
          Sets the object for the association that plays role: CONFIGURATION_ROLE.
static SNPartInstanceSNPart SNPartInstanceSNPart.newSNPartInstanceSNPart(WTSerialNumberedPartInstance instance, WTSerialNumberedPart configuration)
          Default factory for the class.