Class ExcelSubtotalImpl
java.lang.Object
bld.generator.report.excel.annotation.impl.ExcelAnnotationImpl<ExcelSubtotal>
bld.generator.report.excel.annotation.impl.ExcelSubtotalImpl
- All Implemented Interfaces:
Cloneable
The Class ExcelSubtotalImpl.
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new excel subtotal impl.ExcelSubtotalImpl(ExcelCellLayout excelCellLayout, boolean enable, org.apache.poi.ss.usermodel.DataConsolidateFunction dataConsolidateFunction) Instantiates a new excel subtotal impl. -
Method Summary
Modifier and TypeMethodDescriptionbooleanEquals.org.apache.poi.ss.usermodel.DataConsolidateFunctionGets the data consolidate function.Gets the excel cell layout.inthashCode()Hash code.booleanisEnable()Checks if is enable.voidsetDataConsolidateFunction(org.apache.poi.ss.usermodel.DataConsolidateFunction dataConsolidateFunction) Sets the data consolidate function.voidsetEnable(boolean enable) Sets the enable.voidsetExcelCellLayout(ExcelCellLayout excelCellLayout) Sets the excel cell layout.Methods inherited from class bld.generator.report.excel.annotation.impl.ExcelAnnotationImpl
clone, getAnnotation, getClassAnnotation
-
Constructor Details
-
ExcelSubtotalImpl
public ExcelSubtotalImpl()Instantiates a new excel subtotal impl. -
ExcelSubtotalImpl
public ExcelSubtotalImpl(ExcelCellLayout excelCellLayout, boolean enable, org.apache.poi.ss.usermodel.DataConsolidateFunction dataConsolidateFunction) Instantiates a new excel subtotal impl.- Parameters:
excelCellLayout- the excel cell layoutenable- the enabledataConsolidateFunction- the data consolidate function
-
-
Method Details
-
getExcelCellLayout
Gets the excel cell layout.- Returns:
- the excel cell layout
-
isEnable
public boolean isEnable()Checks if is enable.- Returns:
- true, if is enable
-
getDataConsolidateFunction
public org.apache.poi.ss.usermodel.DataConsolidateFunction getDataConsolidateFunction()Gets the data consolidate function.- Returns:
- the data consolidate function
-
setExcelCellLayout
Sets the excel cell layout.- Parameters:
excelCellLayout- the new excel cell layout
-
setEnable
public void setEnable(boolean enable) Sets the enable.- Parameters:
enable- the new enable
-
setDataConsolidateFunction
public void setDataConsolidateFunction(org.apache.poi.ss.usermodel.DataConsolidateFunction dataConsolidateFunction) Sets the data consolidate function.- Parameters:
dataConsolidateFunction- the new data consolidate function
-
hashCode
public int hashCode()Hash code. -
equals
Equals.
-