org.kuali.student.common.search.dto
Class SearchResultRow
java.lang.Object
org.kuali.student.common.search.dto.SearchResultRow
- All Implemented Interfaces:
- Serializable
public class SearchResultRow
- extends Object
- implements Serializable
- See Also:
- Serialized Form
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
cells
private List<SearchResultCell> cells
SearchResultRow
public SearchResultRow()
addCell
public void addCell(String key,
String value)
getCells
public List<SearchResultCell> getCells()
setCells
public void setCells(List<SearchResultCell> cells)
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.