org.kuali.student.common.ui.client.widgets.table.scroll
Class CourseRow

java.lang.Object
  extended by org.kuali.student.common.ui.client.widgets.table.scroll.Row
      extended by org.kuali.student.common.ui.client.widgets.table.scroll.CourseRow

 class CourseRow
extends Row


Field Summary
private  Course course
           
 
Constructor Summary
CourseRow(Course c)
           
 
Method Summary
 Object getCellData(String columnId)
           
 void setCellData(String columnId, Object newValue)
           
 String toString()
           
 
Methods inherited from class org.kuali.student.common.ui.client.widgets.table.scroll.Row
isHighlighted, isSelected, setHighlighted, setSelected
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

course

private Course course
Constructor Detail

CourseRow

public CourseRow(Course c)
Method Detail

getCellData

public Object getCellData(String columnId)
Specified by:
getCellData in class Row

setCellData

public void setCellData(String columnId,
                        Object newValue)
Specified by:
setCellData in class Row

toString

public String toString()
Overrides:
toString in class Object


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