Package bld.generator.report.excel
Interface FunctionsTotal<T extends SheetFunctionTotal<? extends RowSheet>>
- Type Parameters:
T- the generic type
FunctionsTotal can be implemented by classes of typeSheetData, it is used to create a table for totals of the functions.
public interface FunctionsTotal<T extends SheetFunctionTotal<? extends RowSheet>>
The Interface FunctionsTotal.
-
Method Summary
Modifier and TypeMethodDescriptionGets the sheet functions total.voidsetSheetFunctionsTotal(T sheetFunctionsTotal) Sets the sheet functions total.
-
Method Details
-
getSheetFunctionsTotal
T getSheetFunctionsTotal()Gets the sheet functions total.- Returns:
- the sheet functions total
-
setSheetFunctionsTotal
Sets the sheet functions total.- Parameters:
sheetFunctionsTotal- the new sheet functions total
-