|
Luigi Homepage | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.cw.luigi.search.SearchResult
public class SearchResult
TODO: Description of the Class
| Constructor Summary | |
|---|---|
SearchResult()
|
|
| Method Summary | |
|---|---|
Object |
get(String key)
Gets an attribue given its name |
Map |
getAttributes()
Gets the attributes attribute of the SearchResult object |
float |
getScore()
Gets the score attribute of the SearchResult object |
void |
setAttributes(Map attributes)
Sets the attributes attribute of the SearchResult object |
void |
setScore(float score)
Sets the score attribute of the SearchResult object |
String |
toString()
TODO: Description of the Method |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SearchResult()
| Method Detail |
|---|
public Object get(String key)
key - TODO: Description of the Parameter
public Map getAttributes()
public float getScore()
public void setAttributes(Map attributes)
attributes - The new attributespublic void setScore(float score)
score - The new scorepublic String toString()
toString in class Object
|
Luigi Homepage | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||