Class CellDataSet
- java.lang.Object
-
- org.pentaho.di.trans.steps.olapinput.olap4jhelper.CellDataSet
-
public class CellDataSet extends Object
-
-
Constructor Summary
Constructors Constructor Description CellDataSet()CellDataSet(int width, int height)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AbstractBaseCell[][]getCellSetBody()AbstractBaseCell[][]getCellSetHeaders()intgetHeight()intgetOffset()intgetWidth()voidsetCellSetBody(AbstractBaseCell[][] cellSet)voidsetCellSetHeaders(AbstractBaseCell[][] cellSet)voidsetHeight(int height)voidsetOffset(int offset)voidsetWidth(int width)
-
-
-
Method Detail
-
getCellSetHeaders
public AbstractBaseCell[][] getCellSetHeaders()
-
setCellSetHeaders
public void setCellSetHeaders(AbstractBaseCell[][] cellSet)
-
getCellSetBody
public AbstractBaseCell[][] getCellSetBody()
-
setCellSetBody
public void setCellSetBody(AbstractBaseCell[][] cellSet)
-
setOffset
public void setOffset(int offset)
-
getOffset
public int getOffset()
-
setWidth
public void setWidth(int width)
- Parameters:
width- the width to set
-
getWidth
public int getWidth()
- Returns:
- the width
-
setHeight
public void setHeight(int height)
- Parameters:
height- the height to set
-
getHeight
public int getHeight()
- Returns:
- the height
-
-