Class ExcelFunctionRowsImpl
java.lang.Object
bld.generator.report.excel.annotation.impl.ExcelAnnotationImpl<ExcelFunctionRows>
bld.generator.report.excel.annotation.impl.ExcelFunctionRowsImpl
- All Implemented Interfaces:
Cloneable
The Class ExcelFunctionRowsImpl.
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new excel function rows impl.ExcelFunctionRowsImpl(ExcelFunctionRow[] excelFunctions, ExcelFunctionMergeRow[] excelFunctionMerges) Instantiates a new excel function rows impl. -
Method Summary
Modifier and TypeMethodDescriptionbooleanEquals.Gets the excel function merges.Gets the excel functions.inthashCode()Hash code.voidsetExcelFunctionMerges(ExcelFunctionMergeRow[] excelFunctionMerges) Sets the excel function merges.voidsetExcelFunctions(ExcelFunctionRow[] excelFunctions) Sets the excel functions.Methods inherited from class bld.generator.report.excel.annotation.impl.ExcelAnnotationImpl
clone, getAnnotation, getClassAnnotation
-
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 functionsexcelFunctionMerges- the excel function merges
-
-
Method Details
-
hashCode
public int hashCode()Hash code. -
equals
Equals. -
getExcelFunctions
Gets the excel functions.- Returns:
- the excel functions
-
setExcelFunctions
Sets the excel functions.- Parameters:
excelFunctions- the new excel functions
-
getExcelFunctionMerges
Gets the excel function merges.- Returns:
- the excel function merges
-
setExcelFunctionMerges
Sets the excel function merges.- Parameters:
excelFunctionMerges- the new excel function merges
-