com.ptc.windchill.esi.bom
Class ESIBOMRenderer.PreviousExportedIterationKey

java.lang.Object
  extended bycom.ptc.windchill.esi.bom.ESIBOMRenderer.PreviousExportedIterationKey
Enclosing class:
ESIBOMRenderer

protected class ESIBOMRenderer.PreviousExportedIterationKey
extends Object


Field Summary
private  String obid
           
private  WTPart part
           
 
Constructor Summary
protected ESIBOMRenderer.PreviousExportedIterationKey(WTPart part)
           
 
Method Summary
 boolean equals(Object other)
           
protected  WTPart getPart()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

part

private WTPart part

obid

private final String obid
Constructor Detail

ESIBOMRenderer.PreviousExportedIterationKey

protected ESIBOMRenderer.PreviousExportedIterationKey(WTPart part)
Method Detail

getPart

protected WTPart getPart()

equals

public boolean equals(Object other)

toString

public String toString()

hashCode

public int hashCode()