Ontimize Document Management 0.032EN

com.ontimize.dms.client.gui
Class DocumentCache

java.lang.Object
  extended by com.ontimize.dms.client.gui.DocumentCache

public class DocumentCache
extends java.lang.Object


Constructor Summary
DocumentCache(TreeNode working, Document[] document, boolean copy, boolean files)
           
 
Method Summary
 Document[] getDocument()
           
 TreeNode getWorking()
           
 boolean isCopy()
           
 boolean isEmpty()
           
 boolean isFile()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DocumentCache

public DocumentCache(TreeNode working,
                     Document[] document,
                     boolean copy,
                     boolean files)
Method Detail

isEmpty

public boolean isEmpty()

isCopy

public boolean isCopy()

isFile

public boolean isFile()

getWorking

public TreeNode getWorking()

getDocument

public Document[] getDocument()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

Ontimize Document Management