org.wso2.carbon.dataservices.sql.driver.processor.reader
Class DataCell
java.lang.Object
org.wso2.carbon.dataservices.sql.driver.processor.reader.DataCell
public class DataCell
- extends Object
|
Constructor Summary |
DataCell(int columnId,
int cellType,
Object cellValue)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DataCell
public DataCell(int columnId,
int cellType,
Object cellValue)
getRowId
public int getRowId()
setRowId
public void setRowId(int rowId)
getColumnId
public int getColumnId()
setColumnId
public void setColumnId(int columnId)
getColumnName
public String getColumnName()
setColumnName
public void setColumnName(String columnName)
getCellType
public int getCellType()
setCellType
public void setCellType(int cellType)
getCellValue
public Object getCellValue()
setCellValue
public void setCellValue(Object cellValue)
Copyright © 2015 WSO2. All rights reserved.