org.wso2.carbon.dataservices.sql.driver.processor.reader
Class DataRow
java.lang.Object
org.wso2.carbon.dataservices.sql.driver.processor.reader.DataRow
public class DataRow
- extends Object
|
Constructor Summary |
DataRow(int rowId)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DataRow
public DataRow(int rowId)
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.