org.apache.uima.annotator.dict_annot.dictionary.impl
Class EntryMetaDataImpl

java.lang.Object
  extended by org.apache.uima.annotator.dict_annot.dictionary.impl.EntryMetaDataImpl
All Implemented Interfaces:
EntryMetaData

public class EntryMetaDataImpl
extends java.lang.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
 

Constructor Detail

EntryMetaDataImpl

public EntryMetaDataImpl(int id)
creates a new EntryMetaDataImpl object with a unique ID.

Parameters:
id - unique ID
Method Detail

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 © 2011. All Rights Reserved.