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

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

protected class BOMRendererImpl.PreviousExportedIterationKey
extends Object


Field Summary
private  String obid
           
private  WTPart part
           
 
Constructor Summary
protected BOMRendererImpl.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

BOMRendererImpl.PreviousExportedIterationKey

protected BOMRendererImpl.PreviousExportedIterationKey(WTPart part)
Method Detail

getPart

protected WTPart getPart()

equals

public boolean equals(Object other)

toString

public String toString()

hashCode

public int hashCode()