java.lang.Object
org.pentaho.di.trans.steps.olapinput.olap4jhelper.CellDataSet

public class CellDataSet extends Object
  • Constructor Details

    • CellDataSet

      public CellDataSet()
    • CellDataSet

      public CellDataSet(int width, int height)
  • Method Details

    • 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