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, Idable
public class ResultRow
- extends Object
- implements com.google.gwt.user.client.rpc.IsSerializable, Idable
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
id
private String id
columnValues
private Map<String,String> columnValues
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()
Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.