public class SearchPageResult extends Object
| Constructor and Description | 
|---|
SearchPageResult()  | 
SearchPageResult(boolean tooManyResults1,
                Set<Subject> results1)  | 
| Modifier and Type | Method and Description | 
|---|---|
Set<Subject> | 
getResults()
results that were found, might not be all 
 | 
boolean | 
isTooManyResults()
if too many results were found 
 | 
void | 
setResults(Set<Subject> results1)
results that were found, might not be all 
 | 
void | 
setTooManyResults(boolean tooManyResults1)
if too many results were found 
 | 
public boolean isTooManyResults()
public void setTooManyResults(boolean tooManyResults1)
tooManyResults1 - the tooManyResults to setpublic Set<Subject> getResults()
Copyright © 2016 Internet2. All rights reserved.