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, Comparable<ResultRow>, Idable

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


Constructor Summary
ResultRow()
           
 
Method Summary
 int compareTo(ResultRow row)
           
 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
 

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()

compareTo

public int compareTo(ResultRow row)
Specified by:
compareTo in interface Comparable<ResultRow>


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