Package bld.generator.report.excel
Class SheetDynamicFunctionTotal<T extends DynamicRowSheet>
java.lang.Object
bld.generator.report.excel.BaseSheet
bld.generator.report.excel.SheetData<T>
bld.generator.report.excel.SheetFunctionTotal<T>
bld.generator.report.excel.SheetDynamicFunctionTotal<T>
- Type Parameters:
T- the generic type
SheetDynamicFunctionTotal is the object that represent the table for totals of the functions with dynamic columns
- All Implemented Interfaces:
DynamicColumn,SheetComponent
public abstract class SheetDynamicFunctionTotal<T extends DynamicRowSheet>
extends SheetFunctionTotal<T>
implements DynamicColumn
The Class SheetDynamicFunctionTotal.
-
Field Summary
Fields inherited from class bld.generator.report.excel.SheetData
listRowSheet -
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new sheet dynamic function total. -
Method Summary
Modifier and TypeMethodDescriptionbooleanEquals.Gets the map extra column annotation.inthashCode()Hash code.voidsetMapExtraColumnAnnotation(Map<String, ExtraColumnAnnotation> mapExtraColumnAnnotation) Sets the map extra column annotation.Methods inherited from class bld.generator.report.excel.SheetData
addRowSheets, getListRowSheet, getRowClass, isEnableInfoSheet, setEnableInfoSheet, setListRowSheetMethods inherited from class bld.generator.report.excel.BaseSheet
getSheetName, setSheetNameMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface bld.generator.report.excel.SheetComponent
setSheetName
-
Constructor Details
-
SheetDynamicFunctionTotal
public SheetDynamicFunctionTotal()Instantiates a new sheet dynamic function total.
-
-
Method Details
-
getMapExtraColumnAnnotation
Gets the map extra column annotation.- Specified by:
getMapExtraColumnAnnotationin interfaceDynamicColumn- Returns:
- the map extra column annotation
-
setMapExtraColumnAnnotation
Sets the map extra column annotation.- Specified by:
setMapExtraColumnAnnotationin interfaceDynamicColumn- Parameters:
mapExtraColumnAnnotation- the new map extra column annotation
-
hashCode
public int hashCode()Hash code.- Overrides:
hashCodein classSheetFunctionTotal<T extends DynamicRowSheet>- Returns:
- the int
-
equals
Equals.- Overrides:
equalsin classSheetFunctionTotal<T extends DynamicRowSheet>- Parameters:
obj- the obj- Returns:
- true, if successful
-