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)
           
DocumentData(String name, Object ID, String classType)
           
 
Method Summary
 String getClassType()
           
 String getDocumentName()
           
 Object getPersistentID()
           
 void setClassType(String classType)
           
 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,
                    String classType)

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

getClassType

public String getClassType()

setClassType

public void setClassType(String classType)