public class SearchResultImpl extends Object implements SearchResult
| Constructor and Description |
|---|
SearchResultImpl()
Creates a new instance of a
SearchResultImpl |
| Modifier and Type | Method and Description |
|---|---|
String |
getError()
Gets the error Strubg
|
List<GroupImpl> |
getGroups()
Gets the Groups
|
List<PersonImpl> |
getPeople()
Gets the people
|
SearchCriteria |
getSearchCriteria()
Gets the
SearchCriteria. |
void |
setError(String error)
Sets the error String
|
void |
setGroups(List<? extends Group> groups)
Sets the Groups
|
void |
setPeople(List<? extends Person> people)
Sets the people
|
void |
setSearchCriteria(SearchCriteria searchCriteria)
Sets the
SearchCriteria. |
public SearchResultImpl()
SearchResultImplpublic String getError()
SearchResultgetError in interface SearchResultpublic void setError(String error)
SearchResultsetError in interface SearchResulterror - the error to setpublic List<PersonImpl> getPeople()
SearchResultgetPeople in interface SearchResultpublic void setPeople(List<? extends Person> people)
SearchResultsetPeople in interface SearchResultpeople - the people to setpublic List<GroupImpl> getGroups()
SearchResultgetGroups in interface SearchResultpublic void setGroups(List<? extends Group> groups)
SearchResultsetGroups in interface SearchResultgroups - the groups to setpublic SearchCriteria getSearchCriteria()
SearchResultSearchCriteria.getSearchCriteria in interface SearchResultSearchCriteria.public void setSearchCriteria(SearchCriteria searchCriteria)
SearchResultSearchCriteria.setSearchCriteria in interface SearchResultsearchCriteria - The SearchCriteria.Copyright © 2011-2014 The Kuali Foundation. All Rights Reserved.