jdbreport.model
Class CellCoord

java.lang.Object
  extended by jdbreport.model.CellCoord

public class CellCoord
extends Object

Coordinates for cell

Version:
1.1 03/09/08
Author:
Andrey Kholmanskih

Field Summary
 int column
           
 int row
           
 
Constructor Summary
CellCoord(int row, int column)
           
 
Method Summary
 int getColumn()
           
 int getRow()
           
 void setColumn(int column)
           
 void setRow(int row)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

row

public int row

column

public int column
Constructor Detail

CellCoord

public CellCoord(int row,
                 int column)
Method Detail

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