com.jivesoftware.profiles.search
Class ProfileSearchResult
java.lang.Object
com.jivesoftware.profiles.search.ProfileSearchResult
public class ProfileSearchResult
- extends java.lang.Object
Contains the necessary user information to be displayed during a user search.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProfileSearchResult
public ProfileSearchResult()
ProfileSearchResult
public ProfileSearchResult(User user,
org.apache.lucene.document.Document document,
float score,
int points)
getUser
public User getUser()
setUser
public void setUser(User user)
getDocument
public org.apache.lucene.document.Document getDocument()
setDocument
public void setDocument(org.apache.lucene.document.Document document)
getRelevance
public float getRelevance()
setRelevance
public void setRelevance(float relevance)
getPoints
public int getPoints()
setPoints
public void setPoints(int points)
Copyright © 1999-2006 Jive Software.