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

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

protected class BOMRendererImpl.BomDiffResult
extends Object


Field Summary
private  Collection[] partsCollectionArray
           
private  WTPart previousExportedIteration
           
private  Collection targets
           
 
Constructor Summary
protected BOMRendererImpl.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

BOMRendererImpl.BomDiffResult

protected BOMRendererImpl.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()