Package com.ptc.windchill.esi.esipart
Class ESIPartMasterIteration
java.lang.Object
com.ptc.windchill.esi.esipart.ESIPartMasterIteration
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
Supported API: true
Extendable: false
-
Method Summary
Modifier and TypeMethodDescriptionGets the object for the association that plays role: master.getPart()Gets the object for the association that plays role: part.static final ESIPartMasterIterationnewESIPartMasterIteration(WTPart part, WTPartMaster partMaster) Default factory method for ESIMasterPartAssociation
Supported API: true
-
Method Details
-
getPart
Gets the object for the association that plays role: part.
Supported API: true- Returns:
- WTPart
-
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
-