public class CellDatabase extends Object
Constructor and Description |
---|
CellDatabase(String content,
int row,
int column)
Creates a new cell structure for sync
|
Modifier and Type | Method and Description |
---|---|
int |
getColumn()
Method that returns the column of the cell
|
String |
getContent()
Method that returns the content of the cell
|
int |
getRow()
Method that returns the row of the cell
|
public CellDatabase(String content, int row, int column)
content
- content of the cellrow
- row of the cellcolumn
- column of the cellpublic String getContent()
public int getRow()
public int getColumn()