|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.eos.search.LookupEntry
public class LookupEntry
Bean holder for lookup data.
| Constructor Summary | |
|---|---|
LookupEntry()
|
|
| Method Summary | |
|---|---|
String |
getCommonName()
Returns the common name of a named entity. |
String |
getId()
Returns the ID of the entry. |
Map<String,List<String>> |
getMeta()
Returns the metadata of an entry. |
float |
getRelevance()
Returns the relevance of the entry. |
void |
setCommonName(String commonName)
Sets the common name of the entry. |
void |
setId(String id)
Sets the ID of the entry. |
void |
setRelevance(float relevance)
Sets the relevance of the entry. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LookupEntry()
| Method Detail |
|---|
public String getId()
public String getCommonName()
public float getRelevance()
public Map<String,List<String>> getMeta()
getMeta in interface Metadatapublic void setId(String id)
id - the ID of the entrypublic void setCommonName(String commonName)
commonName - the common name of the entrypublic void setRelevance(float relevance)
relevance - the relevance of the entry
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||