gridbus.gmd.service
Class TableSet

java.lang.Object
  |
  +--gridbus.gmd.service.TableSet

public class TableSet
extends java.lang.Object


Constructor Summary
TableSet(java.util.Vector c, java.util.Vector r)
          Method TableSet.
 
Method Summary
 java.util.Vector getColumnHeads()
          Method getColumnHeads.
 java.util.Vector getRows()
          Method getRows.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TableSet

public TableSet(java.util.Vector c,
                java.util.Vector r)
Method TableSet.

Method Detail

getColumnHeads

public java.util.Vector getColumnHeads()
Method getColumnHeads.

Returns:
Vector

getRows

public java.util.Vector getRows()
Method getRows.

Returns:
Vector