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

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

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


Constructor Summary
Data(Query<ColT> query, CellT caption, List<Map<ColT,CellT>> cell, Map<ColT,CellT> header, Map<ColT,CellT> footer, List<ColT> columnList, int length)
           
 
Method Summary
 CellT getCaption()
           
 List<Map<ColT,CellT>> getCell()
           
 List<ColT> getColumnList()
           
 Map<ColT,CellT> getFooter()
           
 Map<ColT,CellT> getHeader()
           
 int getLength()
           
 Query<ColT> getQuery()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Data

public Data(Query<ColT> query,
            CellT caption,
            List<Map<ColT,CellT>> cell,
            Map<ColT,CellT> header,
            Map<ColT,CellT> footer,
            List<ColT> columnList,
            int length)
Method Detail

getQuery

public Query<ColT> getQuery()

getCaption

public CellT getCaption()

getCell

public List<Map<ColT,CellT>> getCell()

getHeader

public Map<ColT,CellT> getHeader()

getFooter

public Map<ColT,CellT> getFooter()

getColumnList

public List<ColT> getColumnList()

getLength

public int getLength()


Copyright ? 2007-2008 Hound. All Rights Reserved.