com.metamatrix.soap.sqlquerywebservice.helper
Class Row

java.lang.Object
  extended by com.metamatrix.soap.sqlquerywebservice.helper.Row

public class Row
extends java.lang.Object

Row domain object containing cell values.


Field Summary
protected  Cell[] cells
           
 
Constructor Summary
Row()
           
 
Method Summary
 Cell[] getCells()
           
 void setCells(Cell[] cells)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cells

protected Cell[] cells
Constructor Detail

Row

public Row()
Method Detail

getCells

public Cell[] getCells()

setCells

public void setCells(Cell[] cells)


Copyright © 2009. All Rights Reserved.