com.ptc.windchill.esi.esidoc
Class ESIDocumentsRenderer.Delta

java.lang.Object
  extended bycom.ptc.windchill.esi.esidoc.ESIDocumentsRenderer.Delta
Enclosing class:
ESIDocumentsRenderer

private class ESIDocumentsRenderer.Delta
extends Object


Field Summary
private  Object previous
           
private  Collection targets
           
 
Constructor Summary
ESIDocumentsRenderer.Delta(Object previous, Collection targets)
           
 
Method Summary
 Object getPrevious()
           
 Collection getTargets()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

previous

private Object previous

targets

private Collection targets
Constructor Detail

ESIDocumentsRenderer.Delta

public ESIDocumentsRenderer.Delta(Object previous,
                                  Collection targets)
Method Detail

getPrevious

public Object getPrevious()

getTargets

public Collection getTargets()