Uses of Class
wt.vc.VersionInfo

Packages that use VersionInfo
wt.enterprise Provides the abstract building blocks of functionality from which most businesses classes are extended; also defines support for template processors, delegates and factories that are useful for UI development for these business classes. 
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. 
wt.vc
 
 

Uses of VersionInfo in wt.enterprise
 

Fields in wt.enterprise declared as VersionInfo
private  VersionInfo RevisionControlled.versionInfo
           
 

Methods in wt.enterprise that return VersionInfo
 VersionInfo RevisionControlled.getVersionInfo()
          Gets the object for the association that plays role: VERSION_INFO.
 

Methods in wt.enterprise with parameters of type VersionInfo
 void RevisionControlled.setVersionInfo(VersionInfo a_VersionInfo)
          Sets the object for the association that plays role: VERSION_INFO.
private  void RevisionControlled.versionInfoValidate(VersionInfo a_VersionInfo)
           
 

Uses of VersionInfo in wt.part
 

Fields in wt.part declared as VersionInfo
private  VersionInfo WTProductInstance2.versionInfo
           
 

Methods in wt.part that return VersionInfo
 VersionInfo WTProductInstance2.getVersionInfo()
          Gets the object for the association that plays role: VERSION_INFO.
 

Methods in wt.part with parameters of type VersionInfo
 void WTProductInstance2.setVersionInfo(VersionInfo a_VersionInfo)
          Sets the object for the association that plays role: VERSION_INFO.
private  void WTProductInstance2.versionInfoValidate(VersionInfo a_VersionInfo)
           
 

Uses of VersionInfo in wt.vc
 

Methods in wt.vc that return VersionInfo
static VersionInfo VersionInfo.newVersionInfo()
          Default factory for the class.
 VersionInfo Versioned.getVersionInfo()
          Gets the object for the association that plays role: VERSION_INFO.
static VersionInfo VersionInfo.newVersionInfo()
          Default factory for the class.
 VersionInfo Versioned.getVersionInfo()
          Gets the object for the association that plays role: VERSION_INFO.
 

Methods in wt.vc with parameters of type VersionInfo
protected  boolean VersionInfo.readVersion(VersionInfo thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source.
 void Versioned.setVersionInfo(VersionInfo a_VersionInfo)
          Sets the object for the association that plays role: VERSION_INFO.
protected  boolean VersionInfo.readVersion(VersionInfo thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source.
 void Versioned.setVersionInfo(VersionInfo a_VersionInfo)
          Sets the object for the association that plays role: VERSION_INFO.