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

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

protected class ESIBOMRenderer.BomDiffResult
extends Object


Field Summary
private  Collection[] partsCollectionArray
           
private  WTPart previousExportedIteration
           
private  Collection targets
           
 
Constructor Summary
protected ESIBOMRenderer.BomDiffResult(Collection[] collectionArray, WTPart previousExportedIteration, Collection targets)
           
 
Method Summary
protected  Collection[] getCollectionArray()
           
protected  WTPart getPreviousExportedIteration()
           
protected  Collection getTargets()
           
protected  boolean hasAddedComponents()
           
protected  boolean hasChanged()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

partsCollectionArray

private Collection[] partsCollectionArray

targets

private Collection targets

previousExportedIteration

private WTPart previousExportedIteration
Constructor Detail

ESIBOMRenderer.BomDiffResult

protected ESIBOMRenderer.BomDiffResult(Collection[] collectionArray,
                                       WTPart previousExportedIteration,
                                       Collection targets)
Method Detail

getPreviousExportedIteration

protected WTPart getPreviousExportedIteration()

getTargets

protected Collection getTargets()

hasChanged

protected boolean hasChanged()

hasAddedComponents

protected boolean hasAddedComponents()

getCollectionArray

protected Collection[] getCollectionArray()