org.openorb.board.shared.board
Class BoardTableRow

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

public class BoardTableRow
extends java.lang.Object


Constructor Summary
BoardTableRow(int rowType, TableCell[] rowCells)
          Constructor
 
Method Summary
 TableCell[] getRowCells()
          Get the cells of this row
 int getRowType()
          Get the type of this row
 java.lang.String toString()
          Get the row string representation
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BoardTableRow

public BoardTableRow(int rowType,
                     TableCell[] rowCells)
Constructor

Method Detail

getRowType

public int getRowType()
Get the type of this row


getRowCells

public TableCell[] getRowCells()
Get the cells of this row


toString

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

Overrides:
toString in class java.lang.Object