org.kuali.student.common.ui.client.widgets.searchtable
Class ResultRow
java.lang.Object
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>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ResultRow
public ResultRow()
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.