gov.nih.nlm.umls.meta.impl
Class NormalizedWordIndexEntryImpl

java.lang.Object
  extended bygov.nih.nlm.umls.meta.impl.IndexEntryImpl
      extended bygov.nih.nlm.umls.meta.impl.NormalizedWordIndexEntryImpl
All Implemented Interfaces:
IndexEntry

public class NormalizedWordIndexEntryImpl
extends IndexEntryImpl

Default implementation of the NormalizedWordIndexEntryImpl interface.

Author:
Deborah Shapiro, Brian Carlsen

Constructor Summary
NormalizedWordIndexEntryImpl()
          Instantiates an empty NormalizedWordIndexEntryImpl.
NormalizedWordIndexEntryImpl(NormalizedWordIndexEntryImpl nw)
          Instantiates a NormalizedWordIndexEntryImpl from the specified NormalizedWordIndexEntryImpl.
 
Method Summary
 String getNormalizedWord()
          Returns the String that is being indexed.
 void setNormalizedWord(String norm_word)
          Set the String being indexed
 
Methods inherited from class gov.nih.nlm.umls.meta.impl.IndexEntryImpl
compareTo, equals, getConceptIdentifier, getCui, getKeyFields, getLanguage, getLat, getLui, getStringIdentifier, getSui, getTermIdentifier, getValue, hashCode, setConceptIdentifier, setCui, setLanguage, setLat, setLui, setStringIdentifier, setSui, setTermIdentifier, setValue, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NormalizedWordIndexEntryImpl

public NormalizedWordIndexEntryImpl()
Instantiates an empty NormalizedWordIndexEntryImpl.


NormalizedWordIndexEntryImpl

public NormalizedWordIndexEntryImpl(NormalizedWordIndexEntryImpl nw)
Instantiates a NormalizedWordIndexEntryImpl from the specified NormalizedWordIndexEntryImpl.

Parameters:
nw - NormalizedWordIndexEntryImpl to be copied
Method Detail

getNormalizedWord

public String getNormalizedWord()
Returns the String that is being indexed.

Returns:
the String that is being indexed

setNormalizedWord

public void setNormalizedWord(String norm_word)
Set the String being indexed

Parameters:
norm_word - the String being indexed


Copyright ©2005