GATE
Version 3.1-2270

gate.corpora
Class DocumentData

java.lang.Object
  extended by gate.corpora.DocumentData
All Implemented Interfaces:
Serializable

public class DocumentData
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
DocumentData(String name, Object ID)
           
 
Method Summary
 String getDocumentName()
           
 Object getPersistentID()
           
 void setPersistentID(Object newID)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DocumentData

public DocumentData(String name,
                    Object ID)
Method Detail

getDocumentName

public String getDocumentName()

getPersistentID

public Object getPersistentID()

setPersistentID

public void setPersistentID(Object newID)

toString

public String toString()
Overrides:
toString in class Object

GATE
Version 3.1-2270