datechooser.controller
Class GridSelection
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
GridSelection
public GridSelection()
GridSelection
public GridSelection(int row,
int column)
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