org.kuali.student.common.ui.client.widgets.searchtable
Class ResultRow

java.lang.Object
  extended by org.kuali.student.common.ui.client.widgets.searchtable.ResultRow
All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable, Idable

public class ResultRow
extends Object
implements com.google.gwt.user.client.rpc.IsSerializable, Idable


Field Summary
private  Map<String,String> columnValues
           
private  String id
           
 
Constructor Summary
ResultRow()
           
 
Method Summary
 Map<String,String> getColumnValues()
           
 String getId()
           
 String getValue(String columnKey)
           
 void setId(String id)
           
 void setValue(String columnKey, String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

private String id

columnValues

private Map<String,String> columnValues
Constructor Detail

ResultRow

public ResultRow()
Method Detail

getId

public String getId()
Specified by:
getId in interface Idable

setId

public void setId(String id)
Specified by:
setId in interface Idable

getValue

public String getValue(String columnKey)

setValue

public void setValue(String columnKey,
                     String value)

getColumnValues

public Map<String,String> getColumnValues()


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