Package edu.internet2.middleware.subject
Class SearchPageResult
java.lang.Object
edu.internet2.middleware.subject.SearchPageResult
page of results
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionresults that were found, might not be allbooleanif too many results were foundvoidsetResults(Set<Subject> results1) results that were found, might not be allvoidsetTooManyResults(boolean tooManyResults1) if too many results were found
-
Constructor Details
-
SearchPageResult
public SearchPageResult() -
SearchPageResult
- Parameters:
tooManyResults1-results1-
-
-
Method Details
-
isTooManyResults
public boolean isTooManyResults()if too many results were found- Returns:
- the tooManyResults
-
setTooManyResults
public void setTooManyResults(boolean tooManyResults1) if too many results were found- Parameters:
tooManyResults1- the tooManyResults to set
-
getResults
results that were found, might not be all- Returns:
- the results
-
setResults
results that were found, might not be all- Parameters:
results1- the results to set
-