org.apache.uima.annotator.dict_annot.dictionary.impl
Class EntryMetaDataImpl
java.lang.Object
org.apache.uima.annotator.dict_annot.dictionary.impl.EntryMetaDataImpl
- All Implemented Interfaces:
- EntryMetaData
public class EntryMetaDataImpl
- extends Object
- implements EntryMetaData
Implementation of the EntryMetaData interface.
Constructor Summary |
EntryMetaDataImpl(int id)
creates a new EntryMetaDataImpl object with a unique ID. |
Method Summary |
int |
getId()
Returns the unique ID of this entry |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EntryMetaDataImpl
public EntryMetaDataImpl(int id)
- creates a new EntryMetaDataImpl object with a unique ID.
- Parameters:
id
- unique ID
getId
public int getId()
- Description copied from interface:
EntryMetaData
- Returns the unique ID of this entry
- Specified by:
getId
in interface EntryMetaData
- Returns:
- returns the unique ID for this entry
Copyright © 2006-2011 The Apache Software Foundation. All Rights Reserved.