net.sourceforge.fixagora.basis.server.control.spreadsheet.calculation
Class SpreadSheetLocation

java.lang.Object
  extended by net.sourceforge.fixagora.basis.server.control.spreadsheet.calculation.SpreadSheetLocation

public class SpreadSheetLocation
extends java.lang.Object

The Class SpreadSheetLocation.


Constructor Summary
SpreadSheetLocation(int row, int column)
          Instantiates a new spread sheet location.
 
Method Summary
 int getColumn()
          Gets the column.
 int getRow()
          Gets the row.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpreadSheetLocation

public SpreadSheetLocation(int row,
                           int column)
Instantiates a new spread sheet location.

Parameters:
row - the row
column - the column
Method Detail

getRow

public int getRow()
Gets the row.

Returns:
the row

getColumn

public int getColumn()
Gets the column.

Returns:
the column