|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.gcube.indexmanagement.featureindexlibrary.commons.RankedResultElement
public class RankedResultElement
Element holding rank info
| Constructor Summary | |
|---|---|
RankedResultElement(String id,
float rank)
Creates a new instance |
|
| Method Summary | |
|---|---|
String |
getId()
The id |
String |
getIndexName()
Retrieves the index name |
float |
getRank()
Retrieves the rank |
void |
setId(String id)
Sets the id |
void |
setIndexName(String indexName)
Sets the index name |
void |
setRank(float rank)
Sets the rank |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RankedResultElement(String id,
float rank)
id - The idrank - The rank| Method Detail |
|---|
public String getId()
public void setId(String id)
id - The idpublic float getRank()
public void setRank(float rank)
rank - the rankpublic void setIndexName(String indexName)
indexName - The index namepublic String getIndexName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||