Package bld.generator.report.excel
Class MergeSheet
java.lang.Object
bld.generator.report.excel.BaseSheet
bld.generator.report.excel.MergeSheet
The Class MergeSheet.
MergeSheet is used to merge different
SheetComponent is implemented from:
MergeSheet is used to merge different
SheetComponent type, through the field listSheet. SheetComponent is implemented from:
-
Field Summary
-
Constructor Summary
ConstructorsConstructorDescriptionMergeSheet(String sheetName) Instantiates a new merge sheet.MergeSheet(List<SheetComponent> listSheet, String sheetName) Instantiates a new merge sheet. -
Method Summary
Modifier and TypeMethodDescriptionbooleanEquals.Gets the list sheet.inthashCode()Hash code.voidsetListSheet(List<SheetComponent> listSheet) Sets the list sheet.Methods inherited from class bld.generator.report.excel.BaseSheet
getSheetName, setSheetName
-
Constructor Details
-
MergeSheet
Instantiates a new merge sheet.- Parameters:
listSheet- the list sheetsheetName- the name sheet
-
MergeSheet
Instantiates a new merge sheet.- Parameters:
sheetName- the name sheet
-
-
Method Details
-
getListSheet
Gets the list sheet.- Returns:
- the list sheet
-
setListSheet
Sets the list sheet.- Parameters:
listSheet- the new list sheet
-
hashCode
public int hashCode()Hash code. -
equals
Equals.
-