org.kaoriha.jspbp.renderer.table
Class Data<ColT extends Enum<ColT>,CellT>
java.lang.Object
org.kaoriha.jspbp.renderer.table.Data<ColT,CellT>
public class Data<ColT extends Enum<ColT>,CellT>
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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)
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.