jdbreport.model
Class JReportModel.ReportCellWrap
java.lang.Object
jdbreport.model.JReportModel.ReportCellWrap
- All Implemented Interfaces:
- CellWrap
- Enclosing class:
- JReportModel
public static class JReportModel.ReportCellWrap
- extends Object
- implements CellWrap
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JReportModel.ReportCellWrap
public JReportModel.ReportCellWrap(int row,
int column,
Cell cell)
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