org.openorb.board.shared.board
Class TableCell

java.lang.Object
  extended by org.openorb.board.shared.board.TableCell

public class TableCell
extends java.lang.Object


Constructor Summary
TableCell(int cellType, java.lang.Object cellValue)
          Constructor
 
Method Summary
 int getCellType()
          Get the type of this cell
 java.lang.Object getCellValue()
          Get the value of this cell
 void setCellType(int type)
          Set the type of this cell
 void setCellValue(java.lang.Object value)
          Set the value of this cell
 java.lang.String toString()
          Get the cell string representation
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TableCell

public TableCell(int cellType,
                 java.lang.Object cellValue)
Constructor

Method Detail

getCellType

public int getCellType()
Get the type of this cell


setCellType

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


getCellValue

public java.lang.Object getCellValue()
Get the value of this cell


setCellValue

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


toString

public java.lang.String toString()
Get the cell string representation

Overrides:
toString in class java.lang.Object