Class ESIPartMasterIteration

java.lang.Object
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 Details

    • 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
    • newESIPartMasterIteration

      public static final ESIPartMasterIteration newESIPartMasterIteration(WTPart part, WTPartMaster partMaster)
      Default factory method for ESIMasterPartAssociation

      Supported API: true
      Parameters:
      part - The part iteration associated with this object.
      partMaster - The part master associated with this object.
      Returns:
      ESIPartMasterIteration