Uses of Interface
wt.configuration.SerialNumberedComponentVersion

Packages that use SerialNumberedComponentVersion
wt.configuration   
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 SerialNumberedComponentVersion in wt.configuration
 

Methods in wt.configuration that return SerialNumberedComponentVersion
 SerialNumberedComponentVersion SNCMSNCV.getIteration()
          Gets the object for the association that plays role: ITERATION_ROLE.
 SerialNumberedComponentVersion SNCISNCV.getConfiguration()
          Gets the object for the association that plays role: CONFIGURATION_ROLE.
 

Methods in wt.configuration with parameters of type SerialNumberedComponentVersion
protected  void SNCMSNCV.setIteration(SerialNumberedComponentVersion iteration)
          Sets the object for the association that plays role: ITERATION_ROLE.
static SNCMSNCV SNCMSNCV.newSNCMSNCV(SerialNumberedComponentMaster master, SerialNumberedComponentVersion iteration)
          Default factory for the class.
 void SNCISNCV.setConfiguration(SerialNumberedComponentVersion configuration)
          Sets the object for the association that plays role: CONFIGURATION_ROLE.
static SNCISNCV SNCISNCV.newSNCISNCV(SerialNumberedComponentInstance instance, SerialNumberedComponentVersion configuration)
          Default factory for the class.
 

Uses of SerialNumberedComponentVersion in wt.part
 

Classes in wt.part that implement SerialNumberedComponentVersion
 class WTSerialNumberedPart
           Use the newWTSerialNumberedPart static factory method(s), not the WTSerialNumberedPart constructor, to construct instances of this class.