org.openorb.board.shared.board

Class TableCell

public class TableCell extends Object

Constructor Summary
TableCell(int cellType, Object cellValue)
Constructor
Method Summary
intgetCellType()
Get the type of this cell
ObjectgetCellValue()
Get the value of this cell
voidsetCellType(int type)
Set the type of this cell
voidsetCellValue(Object value)
Set the value of this cell
StringtoString()
Get the cell string representation

Constructor Detail

TableCell

public TableCell(int cellType, Object cellValue)
Constructor

Method Detail

getCellType

public int getCellType()
Get the type of this cell

getCellValue

public Object getCellValue()
Get the value of this cell

setCellType

public void setCellType(int type)
Set the type of this cell

setCellValue

public void setCellValue(Object value)
Set the value of this cell

toString

public String toString()
Get the cell string representation