pt.uminho.anote2.aibench.curator.datastructures
Class AiANoteDocument

java.lang.Object
  extended by pt.uminho.anote2.aibench.curator.datastructures.AiANoteDocument
All Implemented Interfaces:
java.io.Serializable

public class AiANoteDocument
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
AiANoteDocument(NERDocumentAnnotation nerDoc)
           
AiANoteDocument(REDocumentAnnotation nerDoc)
           
 
Method Summary
 ANoteDocument getDocument()
           
 boolean isOpened()
           
 void setDocument(ANoteDocument document)
           
 void setOpened(boolean opened)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AiANoteDocument

public AiANoteDocument(NERDocumentAnnotation nerDoc)
                throws ANoteFileNotExistsException,
                       java.io.IOException,
                       java.sql.SQLException
Throws:
ANoteFileNotExistsException
java.io.IOException
java.sql.SQLException

AiANoteDocument

public AiANoteDocument(REDocumentAnnotation nerDoc)
                throws ANoteFileNotExistsException,
                       java.io.IOException,
                       java.sql.SQLException
Throws:
ANoteFileNotExistsException
java.io.IOException
java.sql.SQLException
Method Detail

getDocument

public ANoteDocument getDocument()

setDocument

public void setDocument(ANoteDocument document)

isOpened

public boolean isOpened()

setOpened

public void setOpened(boolean opened)