public class DataRow extends Object
DataRow(int rowId)
void
addCell(int cellId, DataCell cell)
DataCell
getCell(int id)
Map<Integer,DataCell>
getCells()
int
getRowId()
setCells(Map<Integer,DataCell> cells)
setRowId(int rowId)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public DataRow(int rowId)
public int getRowId()
public void setRowId(int rowId)
public Map<Integer,DataCell> getCells()
public void setCells(Map<Integer,DataCell> cells)
public void addCell(int cellId, DataCell cell)
public DataCell getCell(int id)
Copyright © 2018 WSO2. All rights reserved.