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

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

public class NormalizedStringIndexEntryImpl
extends IndexEntryImpl

Default implementation of the NormalizedStringIndexEntryImpl interface.

Author:
Deborah Shapiro, Brian Carlsen

Constructor Summary
NormalizedStringIndexEntryImpl()
          Instantiates an empty NormalizedStringIndexEntryImpl.
NormalizedStringIndexEntryImpl(NormalizedStringIndexEntryImpl ns)
          Instantiates a NormalizedStringIndexEntryImpl from the specified NormalizedStringIndexEntryImpl.
 
Method Summary
 String getNormalizedString()
          Returns the String that is being indexed.
 void setNormalizedString(String norm_str)
          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

NormalizedStringIndexEntryImpl

public NormalizedStringIndexEntryImpl()
Instantiates an empty NormalizedStringIndexEntryImpl.


NormalizedStringIndexEntryImpl

public NormalizedStringIndexEntryImpl(NormalizedStringIndexEntryImpl ns)
Instantiates a NormalizedStringIndexEntryImpl from the specified NormalizedStringIndexEntryImpl.

Parameters:
ns - NormalizedStringIndexEntryImpl to be copied
Method Detail

getNormalizedString

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

Returns:
the String that is being indexed

setNormalizedString

public void setNormalizedString(String norm_str)
Set the String being indexed

Parameters:
norm_str - the String being indexed


Copyright ©2005