Package bld.generator.report.excel.data
Class FunctionCell
java.lang.Object
bld.generator.report.excel.data.FunctionCell
The Class FunctionCell.
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new function cell.FunctionCell(org.apache.poi.ss.usermodel.Cell cell, SheetHeader sheetHeader) Instantiates a new function cell.FunctionCell(org.apache.poi.ss.usermodel.Cell cell, SheetHeader sheetHeader, MergeCell mergeRow) Instantiates a new function cell. -
Method Summary
Modifier and TypeMethodDescriptionbooleanEquals.org.apache.poi.ss.usermodel.CellgetCell()Gets the cell.org.apache.poi.ss.usermodel.FormulaEvaluatorGets the formula evaluator.Gets the merge row.Gets the sheet header.inthashCode()Hash code.voidsetCell(org.apache.poi.ss.usermodel.Cell cell) Sets the cell.voidsetFormulaEvaluator(org.apache.poi.ss.usermodel.FormulaEvaluator formulaEvaluator) Sets the formula evaluator.voidsetMergeRow(MergeCell mergeRow) Sets the merge row.voidsetSheetHeader(SheetHeader sheetHeader) Sets the sheet header.
-
Constructor Details
-
FunctionCell
public FunctionCell()Instantiates a new function cell. -
FunctionCell
Instantiates a new function cell.- Parameters:
cell- the cellsheetHeader- 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 cellsheetHeader- the sheet headermergeRow- the merge row
-
-
Method Details
-
getCell
public org.apache.poi.ss.usermodel.Cell getCell()Gets the cell.- Returns:
- the cell
-
getSheetHeader
Gets the sheet header.- Returns:
- the sheet header
-
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
Sets the sheet header.- Parameters:
sheetHeader- the new sheet header
-
setMergeRow
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. -
equals
Equals.
-