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>


Field Summary
private  Map<String,String> columnValues
           
private  String id
           
(package private) static String NAME_COLUMN_KEY
           
(package private) static String TYPE_COLUMN_KEY
           
 
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
 

Field Detail

id

private String id

columnValues

private Map<String,String> columnValues

NAME_COLUMN_KEY

static String NAME_COLUMN_KEY

TYPE_COLUMN_KEY

static String TYPE_COLUMN_KEY
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.