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

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

private class ESIDocumentRenderer.Delta
extends Object


Field Summary
private  Object previous
           
private  Collection targets
           
 
Constructor Summary
ESIDocumentRenderer.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

ESIDocumentRenderer.Delta

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

getPrevious

public Object getPrevious()

getTargets

public Collection getTargets()