|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eaglei.search.provider.SearchResultSet
public class SearchResultSet
Set of search results.
| Field Summary | |
|---|---|
static long |
serialVersionUID
|
| Constructor Summary | |
|---|---|
SearchResultSet(SearchRequest request)
Creates a new SearchResultSet |
|
| Method Summary | |
|---|---|
boolean |
deepEquals(java.lang.Object obj)
|
boolean |
equals(java.lang.Object obj)
|
java.util.List<org.eaglei.model.EIURI> |
getInstitutionsIncluded()
If partial results, list of institutional data included Undefined if no timeout occurred. |
SearchRequest |
getRequest()
Gets the search request. |
java.util.List<SearchResult> |
getResults()
Gets all of the SearchResults |
int |
getStartIndex()
Start index for this result set. |
int |
getTotalCount()
Total number of results for the search. |
int |
hashCode()
|
void |
setInstitutionsIncluded(java.util.List<org.eaglei.model.EIURI> institutionsIncluded)
|
void |
setStartIndex(int startIndex)
Sets the start index. |
void |
setTotalCount(int totalCount)
Sets the total number of results for the search. |
void |
setWasTimeout(boolean wasTimeout)
|
boolean |
wasTimeout()
True if timeout occurred, and result set is partial. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final long serialVersionUID
| Constructor Detail |
|---|
public SearchResultSet(SearchRequest request)
request - The request| Method Detail |
|---|
public boolean wasTimeout()
public void setWasTimeout(boolean wasTimeout)
public java.util.List<org.eaglei.model.EIURI> getInstitutionsIncluded()
public void setInstitutionsIncluded(java.util.List<org.eaglei.model.EIURI> institutionsIncluded)
public SearchRequest getRequest()
public java.util.List<SearchResult> getResults()
public int getTotalCount()
public void setTotalCount(int totalCount)
totalCount - Total number of results.public int getStartIndex()
public void setStartIndex(int startIndex)
startIndex - 0-based start indexpublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic boolean deepEquals(java.lang.Object obj)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||