Package com.ptc.windchill.esi.esipart
Class ESIAlternatePart
java.lang.Object
com.ptc.windchill.esi.esipart.ESIAbstractPart
com.ptc.windchill.esi.esipart.ESIAlternatePart
Manages the relationships for part that are alternates to the set of parts to be processed.
Supported API: true
Extendable: false
Supported API: true
Extendable: false
-
Constructor Summary
ConstructorsConstructorDescriptionDeclare a default constructor so static methods newInstance() can be called.ESIAlternatePart(WTPart previousPart, WTPart currentPart) Create an instance that is properly initialized. -
Method Summary
Methods inherited from class com.ptc.windchill.esi.esipart.ESIAbstractPart
getCurrent, getMaster, getPrevious, getTargets, setCurrent, setPrevious, setTargets
-
Constructor Details
-
ESIAlternatePart
Create an instance that is properly initialized.
Supported API: true- Parameters:
previousPart- The part that is the last published iteration of the part that to be processed. May be null.currentPart- The part that is the current iteration to be processed.
-
ESIAlternatePart
public ESIAlternatePart()Declare a default constructor so static methods newInstance() can be called.
Supported API: true
-