Package bld.generator.report.excel
Class BaseSheet
java.lang.Object
bld.generator.report.excel.BaseSheet
- Direct Known Subclasses:
MergeSheet,SheetData,SheetSummary
The Class BaseSheet.
Each generated Sheet will be of BaseSheet type
Each generated Sheet will be of BaseSheet type
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanEquals.Gets the name sheet.inthashCode()Hash code.voidsetSheetName(String sheetName) Sets the name sheet.
-
Field Details
-
APOS
The Constant APOS.- See Also:
-
-
Constructor Details
-
BaseSheet
Instantiates a new base sheet.- Parameters:
sheetName- the name sheet
-
-
Method Details
-
getSheetName
Gets the name sheet.- Returns:
- the name sheet
-
setSheetName
Sets the name sheet.- Parameters:
sheetName- the new name sheet
-
hashCode
public int hashCode()Hash code. -
equals
Equals.
-