Class SearchPageResult

java.lang.Object
edu.internet2.middleware.subject.SearchPageResult

public class SearchPageResult extends Object
page of results
  • Constructor Details

    • SearchPageResult

      public SearchPageResult()
    • SearchPageResult

      public SearchPageResult(boolean tooManyResults1, Set<Subject> results1)
      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

      public Set<Subject> getResults()
      results that were found, might not be all
      Returns:
      the results
    • setResults

      public void setResults(Set<Subject> results1)
      results that were found, might not be all
      Parameters:
      results1 - the results to set