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

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

public class LowercaseWordIndexEntryImpl
extends IndexEntryImpl

Default implementation of the LowercaseWordIndexEntryImpl interface.

Author:
Deborah Shapiro, Brian Carlsen

Constructor Summary
LowercaseWordIndexEntryImpl()
          Instantiates an empty LowercaseWordIndexEntryImpl.
LowercaseWordIndexEntryImpl(LowercaseWordIndexEntryImpl lwie)
          Instantiates a LowercaseWordIndexEntryImpl from the specified LowercaseWordIndexEntryImpl.
 
Method Summary
 String getLowercaseWord()
          Returns the String that is being indexed.
 void setLowercaseWord(String lc_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

LowercaseWordIndexEntryImpl

public LowercaseWordIndexEntryImpl()
Instantiates an empty LowercaseWordIndexEntryImpl.


LowercaseWordIndexEntryImpl

public LowercaseWordIndexEntryImpl(LowercaseWordIndexEntryImpl lwie)
Instantiates a LowercaseWordIndexEntryImpl from the specified LowercaseWordIndexEntryImpl.

Parameters:
lwie - LowercaseWordIndexEntryImpl to be copied
Method Detail

getLowercaseWord

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

Returns:
the String that is being indexed

setLowercaseWord

public void setLowercaseWord(String lc_word)
Set the String being indexed

Parameters:
lc_word - the String being indexed


Copyright ©2005