org.kuali.student.common.search.dto
Class SearchResult

java.lang.Object
  extended by org.kuali.student.common.search.dto.SearchResult
All Implemented Interfaces:
Serializable

public class SearchResult
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
SearchResult()
           
 
Method Summary
 List<SearchResultRow> getRows()
           
 String getSortColumn()
           
 SortDirection getSortDirection()
           
 Integer getStartAt()
           
 Integer getTotalResults()
           
 void setRows(List<SearchResultRow> rows)
           
 void setSortColumn(String sortColumn)
           
 void setSortDirection(SortDirection sortDirection)
           
 void setStartAt(Integer startAt)
           
 void setTotalResults(Integer totalResults)
           
 void sortRows()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SearchResult

public SearchResult()
Method Detail

getStartAt

public Integer getStartAt()

setStartAt

public void setStartAt(Integer startAt)

getTotalResults

public Integer getTotalResults()

setTotalResults

public void setTotalResults(Integer totalResults)

getRows

public List<SearchResultRow> getRows()

setRows

public void setRows(List<SearchResultRow> rows)

getSortColumn

public String getSortColumn()

setSortColumn

public void setSortColumn(String sortColumn)

getSortDirection

public SortDirection getSortDirection()

setSortDirection

public void setSortDirection(SortDirection sortDirection)

sortRows

public void sortRows()


Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.