jdbreport.model
Class CellCoord
java.lang.Object
jdbreport.model.CellCoord
public class CellCoord
- extends Object
Coordinates for cell
- Version:
- 1.1 03/09/08
- Author:
- Andrey Kholmanskih
Constructor Summary |
CellCoord(int row,
int column)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
row
public int row
column
public int column
CellCoord
public CellCoord(int row,
int column)
getColumn
public int getColumn()
- Returns:
- the column
setColumn
public void setColumn(int column)
- Parameters:
column
- the column to set
getRow
public int getRow()
- Returns:
- the row
setRow
public void setRow(int row)
- Parameters:
row
- the row to set