textractor.datamodel
Class PaddingDocument
java.lang.Object
textractor.datamodel.TextractorDocument
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PaddingDocument
public PaddingDocument()
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
Copyright © 2003-2008 Institute for Computational Biomedicine, All Rights Reserved.