Uses of Class
com.ptc.windchill.esi.esipart.ESIPartUtility

Packages that use ESIPartUtility
com.ptc.windchill.esi.ecn   
com.ptc.windchill.esi.esipart   
 

Uses of ESIPartUtility in com.ptc.windchill.esi.ecn
 

Fields in com.ptc.windchill.esi.ecn declared as ESIPartUtility
private  ESIPartUtility ESIChangeOrder2Renderer.partUtility
           
 

Uses of ESIPartUtility in com.ptc.windchill.esi.esipart
 

Fields in com.ptc.windchill.esi.esipart declared as ESIPartUtility
private  ESIPartUtility ESIWTPartRenderer.utility
           
private  ESIPartUtility ESIPartRenderer.utility
           
 

Methods in com.ptc.windchill.esi.esipart that return ESIPartUtility
 ESIPartUtility PartRenderer.getUtility()
          Gets the object for the association that plays role: UTILITY.
 ESIPartUtility ESIPartRenderer.getUtility()
          Gets the object for the association that plays role: utility.
 

Methods in com.ptc.windchill.esi.esipart with parameters of type ESIPartUtility
 void PartRenderer.setUtility(ESIPartUtility a_Utility)
          Sets the object for the association that plays role: UTILITY.
 void ESIPartRenderer.setUtility(ESIPartUtility a_Utility)
          Sets the object for the association that plays role: utility.
private  void ESIPartRenderer.utilityValidate(ESIPartUtility a_Utility)