com.ptc.windchill.esi.esipart
Class ESIAlternatePart

java.lang.Object
  extended by com.ptc.windchill.esi.esipart.ESIAbstractPart
      extended by com.ptc.windchill.esi.esipart.ESIAlternatePart

public class ESIAlternatePart
extends ESIAbstractPart

Manages the relationships for part that are alternates to the set of parts to be processed.

Supported API: true

Extendable: false


Constructor Summary
ESIAlternatePart()
          Declare 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
getMaster, getPrevious, getTargets, setPrevious, setTargets
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ESIAlternatePart

public ESIAlternatePart(WTPart previousPart,
                        WTPart currentPart)
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