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()
int
getHeight()
int
getOffset()
int
getWidth()
void
setCellSetBody(AbstractBaseCell[][] cellSet)
void
setCellSetHeaders(AbstractBaseCell[][] cellSet)
void
setHeight(int height)
void
setOffset(int offset)
void
setWidth(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
-
-