com.ptc.windchill.esi.esipart
Class ESIPartMasterIteration

java.lang.Object
  extended by com.ptc.windchill.esi.esipart.ESIPartMasterIteration

public class ESIPartMasterIteration
extends Object

This class preserves the relationship between an iteration and a part master. These objects are for the convenience of methods that need to pass collections of part masters and part iterations as arguments or as method returns.

Supported API: true

Extendable: false


Method Summary
 WTPartMaster getMaster()
          Gets the object for the association that plays role: master.
 WTPart getPart()
          Gets the object for the association that plays role: part.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getPart

public WTPart getPart()
Gets the object for the association that plays role: part.

Supported API: true

Returns:
WTPart

getMaster

public WTPartMaster getMaster()
Gets the object for the association that plays role: master.

Supported API: true

Returns:
WTPartMaster