Textractor API textractor-720 (20091120123250)

textractor.datamodel
Class PaddingDocument

java.lang.Object
  extended by textractor.datamodel.TextractorDocument
      extended by textractor.datamodel.PaddingDocument
All Implemented Interfaces:
Serializable

public final class PaddingDocument
extends TextractorDocument

Instances of this class are used to replace documents that have been deleted. They help maintain consistently increasing document numbers. Date: Nov 4, 2005 Time: 3:55:08 PM

See Also:
Serialized Form

Field Summary
 
Fields inherited from class textractor.datamodel.TextractorDocument
ABSTRACT_SECTION, documentNumber, OTHER_SECTION, REFERENCE_SECTION
 
Constructor Summary
PaddingDocument()
           
 
Method Summary
 Reference2ObjectMap<Enum<?>,Object> getMetaData()
          Get the metadata for this document.
 String getText()
          Get the text contained in this document.
 
Methods inherited from class textractor.datamodel.TextractorDocument
getDocumentNumber, getDocumentSection, setDocumentNumber, setDocumentSection
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PaddingDocument

public PaddingDocument()
Method Detail

getText

public String getText()
Description copied from class: TextractorDocument
Get the text contained in this document.

Specified by:
getText in class TextractorDocument
Returns:
A string of text

getMetaData

public Reference2ObjectMap<Enum<?>,Object> getMetaData()
Description copied from class: TextractorDocument
Get the metadata for this document.

Overrides:
getMetaData in class TextractorDocument
Returns:
map containing metadata

Textractor API textractor-720 (20091120123250)

Copyright © 2003-2008 Institute for Computational Biomedicine, All Rights Reserved.