jdbreport.model
Class JReportModel.ReportCellWrap

java.lang.Object
  extended by jdbreport.model.JReportModel.ReportCellWrap
All Implemented Interfaces:
CellWrap
Enclosing class:
JReportModel

public static class JReportModel.ReportCellWrap
extends Object
implements CellWrap


Constructor Summary
JReportModel.ReportCellWrap(int row, int column, Cell cell)
           
 
Method Summary
 Cell getCell()
           
 int getColumn()
           
 int getRow()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JReportModel.ReportCellWrap

public JReportModel.ReportCellWrap(int row,
                                   int column,
                                   Cell cell)
Method Detail

getRow

public int getRow()
Specified by:
getRow in interface CellWrap

getColumn

public int getColumn()
Specified by:
getColumn in interface CellWrap

getCell

public Cell getCell()
Specified by:
getCell in interface CellWrap