Class ExcelFunctionRowsImpl

java.lang.Object
bld.generator.report.excel.annotation.impl.ExcelAnnotationImpl<ExcelFunctionRows>
bld.generator.report.excel.annotation.impl.ExcelFunctionRowsImpl
All Implemented Interfaces:
Cloneable

public class ExcelFunctionRowsImpl extends ExcelAnnotationImpl<ExcelFunctionRows>
The Class ExcelFunctionRowsImpl.
  • Constructor Details

    • ExcelFunctionRowsImpl

      public ExcelFunctionRowsImpl()
      Instantiates a new excel function rows impl.
    • ExcelFunctionRowsImpl

      public ExcelFunctionRowsImpl(ExcelFunctionRow[] excelFunctions, ExcelFunctionMergeRow[] excelFunctionMerges)
      Instantiates a new excel function rows impl.
      Parameters:
      excelFunctions - the excel functions
      excelFunctionMerges - the excel function merges
  • Method Details

    • 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
    • getExcelFunctions

      public ExcelFunctionRow[] getExcelFunctions()
      Gets the excel functions.
      Returns:
      the excel functions
    • setExcelFunctions

      public void setExcelFunctions(ExcelFunctionRow[] excelFunctions)
      Sets the excel functions.
      Parameters:
      excelFunctions - the new excel functions
    • getExcelFunctionMerges

      public ExcelFunctionMergeRow[] getExcelFunctionMerges()
      Gets the excel function merges.
      Returns:
      the excel function merges
    • setExcelFunctionMerges

      public void setExcelFunctionMerges(ExcelFunctionMergeRow[] excelFunctionMerges)
      Sets the excel function merges.
      Parameters:
      excelFunctionMerges - the new excel function merges