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

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

public class SearchResultRow
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
private  List<SearchResultCell> cells
           
private static long serialVersionUID
           
 
Constructor Summary
SearchResultRow()
           
 
Method Summary
 void addCell(String key, String value)
           
 List<SearchResultCell> getCells()
           
 void setCells(List<SearchResultCell> cells)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

cells

private List<SearchResultCell> cells
Constructor Detail

SearchResultRow

public SearchResultRow()
Method Detail

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.