|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.gcube.indexmanagement.featureindexlibrary.merger.MergedResultElement
public class MergedResultElement
Element holding info on merged elements
| Constructor Summary | |
|---|---|
MergedResultElement(String oid)
Creates a new instance |
|
MergedResultElement(String oid,
float rank,
Set<String> indexNames)
Creates a new instance |
|
| Method Summary | |
|---|---|
String |
getId()
Retrieves the id |
Set<String> |
getIndexNames()
Retrieves the index names |
float |
getRank()
Retrieves the rank |
void |
setId(String oid)
Sets the id |
void |
setIndexNames(Set<String> indexNames)
Sets the index names |
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 MergedResultElement(String oid,
float rank,
Set<String> indexNames)
oid - the idrank - The rankindexNames - The index namespublic MergedResultElement(String oid)
oid - the id| Method Detail |
|---|
public Set<String> getIndexNames()
public void setIndexNames(Set<String> indexNames)
indexNames - The index namespublic String getId()
public void setId(String oid)
oid - The idpublic float getRank()
public void setRank(float rank)
rank - The rank
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||