datechooser.controller
Class GridSelection

java.lang.Object
  extended by datechooser.controller.GridSelection
All Implemented Interfaces:
java.io.Serializable

public class GridSelection
extends java.lang.Object
implements java.io.Serializable

Incapsulates info about selected cell (stores row and column).
Инкапсулирует информацию о выбранной ячейке (хранит строку и столбец).

Since:
1.0
Author:
Androsov Vadim
See Also:
Serialized Form

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

Constructor Detail

GridSelection

public GridSelection()

GridSelection

public GridSelection(int row,
                     int column)
Method Detail

set

public void set(int row,
                int column)

getRow

public int getRow()

setRow

public void setRow(int row)

getColumn

public int getColumn()

setColumn

public void setColumn(int column)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object