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

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

public class DataCell
extends Object


Constructor Summary
DataCell(int columnId, int cellType, Object cellValue)
           
 
Method Summary
 int getCellType()
           
 Object getCellValue()
           
 int getColumnId()
           
 String getColumnName()
           
 int getRowId()
           
 void setCellType(int cellType)
           
 void setCellValue(Object cellValue)
           
 void setColumnId(int columnId)
           
 void setColumnName(String columnName)
           
 void setRowId(int rowId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataCell

public DataCell(int columnId,
                int cellType,
                Object cellValue)
Method Detail

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.