org.openorb.board.shared.treetable
Class TableCell

java.lang.Object
  |
  +--org.openorb.board.shared.treetable.TableCell

public class TableCell
extends java.lang.Object


Constructor Summary
TableCell(int cellType, java.lang.Object value)
          Constructor
 
Method Summary
 int getCellType()
          Get the type of this cell
 java.lang.Object getCellValue()
          Get the value of this cell
 DataNode getLinkedDataNode()
          Get the linked datanode
 void setCellType(int cellType)
          Set the type of this cell
 void setCellValue(java.lang.Object value)
          Set the value of this cell
 void setLinkedDataNode(DataNode linkedDataNode)
          Set the linked datanode
 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 value)
Constructor
Method Detail

getCellType

public int getCellType()
Get the type of this cell

setCellType

public void setCellType(int cellType)
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

getLinkedDataNode

public DataNode getLinkedDataNode()
Get the linked datanode

setLinkedDataNode

public void setLinkedDataNode(DataNode linkedDataNode)
Set the linked datanode

toString

public java.lang.String toString()
Get the cell string representation
Overrides:
toString in class java.lang.Object