Class FunctionCell

java.lang.Object
bld.generator.report.excel.data.FunctionCell

public class FunctionCell extends Object
The Class FunctionCell.
  • Constructor Details

    • FunctionCell

      public FunctionCell()
      Instantiates a new function cell.
    • FunctionCell

      public FunctionCell(org.apache.poi.ss.usermodel.Cell cell, SheetHeader sheetHeader)
      Instantiates a new function cell.
      Parameters:
      cell - the cell
      sheetHeader - the sheet header
    • FunctionCell

      public FunctionCell(org.apache.poi.ss.usermodel.Cell cell, SheetHeader sheetHeader, MergeCell mergeRow)
      Instantiates a new function cell.
      Parameters:
      cell - the cell
      sheetHeader - the sheet header
      mergeRow - the merge row
  • Method Details

    • getCell

      public org.apache.poi.ss.usermodel.Cell getCell()
      Gets the cell.
      Returns:
      the cell
    • getSheetHeader

      public SheetHeader getSheetHeader()
      Gets the sheet header.
      Returns:
      the sheet header
    • getMergeRow

      public MergeCell getMergeRow()
      Gets the merge row.
      Returns:
      the merge row
    • setCell

      public void setCell(org.apache.poi.ss.usermodel.Cell cell)
      Sets the cell.
      Parameters:
      cell - the new cell
    • setSheetHeader

      public void setSheetHeader(SheetHeader sheetHeader)
      Sets the sheet header.
      Parameters:
      sheetHeader - the new sheet header
    • setMergeRow

      public void setMergeRow(MergeCell mergeRow)
      Sets the merge row.
      Parameters:
      mergeRow - the new merge row
    • getFormulaEvaluator

      public org.apache.poi.ss.usermodel.FormulaEvaluator getFormulaEvaluator()
      Gets the formula evaluator.
      Returns:
      the formula evaluator
    • setFormulaEvaluator

      public void setFormulaEvaluator(org.apache.poi.ss.usermodel.FormulaEvaluator formulaEvaluator)
      Sets the formula evaluator.
      Parameters:
      formulaEvaluator - the new formula evaluator
    • hashCode

      public int hashCode()
      Hash code.
      Overrides:
      hashCode in class Object
      Returns:
      the int
    • equals

      public boolean equals(Object obj)
      Equals.
      Overrides:
      equals in class Object
      Parameters:
      obj - the obj
      Returns:
      true, if successful