|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Represents an entry from an cui index. The Metathesaurus is released with string and word indexes, and this class represents a single entry from one of those indexes.
Method Summary | |
String |
getConceptIdentifier()
Returns a String representation of the CUI. |
String |
getCui()
Returns a String representation of the CUI. |
String |
getKeyFields()
Returns a String key which can be used
by equals, compareTo, and hashCode methods. |
String |
getLanguage()
Returns a String representation of the language. |
String |
getLat()
Returns a String representation of the language. |
String |
getLui()
Returns a String representation of the LUI. |
String |
getStringIdentifier()
Return the string identifier (SUI). |
String |
getSui()
Returns a String representation of the SUI. |
String |
getTermIdentifier()
Returns the term identifier (LUI). |
String |
getValue()
Returns the String that is being indexed. |
void |
setConceptIdentifier(String cui)
Sets the CUI. |
void |
setCui(String cui)
Sets the CUI. |
void |
setLanguage(String lat)
Sets the language abbreviation. |
void |
setLat(String lat)
Sets the language abbreviation. |
void |
setLui(String lui)
Sets the LUI. |
void |
setStringIdentifier(String sui)
Sets the string identifier (SUI). |
void |
setSui(String sui)
Sets the SUI. |
void |
setTermIdentifier(String lui)
Sets the term identifier (LUI). |
void |
setValue(String value)
Set the String being indexed |
Method Detail |
public String getCui()
String
representation of the CUI.
String
representation of the CUIpublic void setCui(String cui)
cui
- the String
CUI valuepublic String getConceptIdentifier()
String
representation of the CUI.
String
representation of the CUIpublic void setConceptIdentifier(String cui)
cui
- the String
CUI valuepublic String getLui()
String
representation of the LUI.
String
representation of the LUIpublic void setLui(String lui)
lui
- the String
LUI valuepublic String getTermIdentifier()
public void setTermIdentifier(String lui)
lui
- the LUIpublic String getSui()
String
representation of the SUI.
String
representation of the SUIpublic void setSui(String sui)
sui
- a String
SUI valuepublic String getStringIdentifier()
public void setStringIdentifier(String sui)
sui
- the SUIpublic String getLat()
String
representation of the language.
String
representation of the languagepublic void setLat(String lat)
lat
- the language abbreviationpublic String getLanguage()
String
representation of the language.
String
representation of the languagepublic void setLanguage(String lat)
lat
- the language abbreviationpublic String getValue()
String
that is being indexed.
String
that is being indexedpublic void setValue(String value)
String
being indexed
value
- the String
being indexedpublic String getKeyFields()
String
key which can be used
by equals, compareTo, and hashCode methods.
String
composed from key Atom
fields
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |