org.kaoriha.jspbp.renderer.table
Class DataRow<ColT extends Enum<ColT>,CellT>

java.lang.Object
  extended by org.kaoriha.jspbp.renderer.table.DataRow<ColT,CellT>

public class DataRow<ColT extends Enum<ColT>,CellT>
extends Object


Constructor Summary
DataRow(Data<ColT,CellT> data, Map<ColT,CellT> row)
           
 
Method Summary
 Data<ColT,CellT> getData()
           
 Map<ColT,CellT> getRow()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataRow

public DataRow(Data<ColT,CellT> data,
               Map<ColT,CellT> row)
Method Detail

getData

public Data<ColT,CellT> getData()

getRow

public Map<ColT,CellT> getRow()


Copyright ? 2007-2008 Hound. All Rights Reserved.