org.wso2.carbon.dataservices.sql.driver.processor.reader
Class DataRow

java.lang.Object
  extended by org.wso2.carbon.dataservices.sql.driver.processor.reader.DataRow

public class DataRow
extends Object


Constructor Summary
DataRow(int rowId)
           
 
Method Summary
 void addCell(int cellId, DataCell cell)
           
 DataCell getCell(int id)
           
 Map<Integer,DataCell> getCells()
           
 int getRowId()
           
 void setCells(Map<Integer,DataCell> cells)
           
 void setRowId(int rowId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataRow

public DataRow(int rowId)
Method Detail

getRowId

public int getRowId()

setRowId

public void setRowId(int rowId)

getCells

public Map<Integer,DataCell> getCells()

setCells

public void setCells(Map<Integer,DataCell> cells)

addCell

public void addCell(int cellId,
                    DataCell cell)

getCell

public DataCell getCell(int id)


Copyright © 2015 WSO2. All rights reserved.