public class ReportExcel extends Object
| Constructor and Description |
|---|
ReportExcel()
Instantiates a new report excel.
|
ReportExcel(String title)
Instantiates a new report excel.
|
ReportExcel(String title,
boolean ignoreCover)
Instantiates a new report excel.
|
ReportExcel(String title,
boolean ignoreCover,
boolean enableSheetMapping)
Instantiates a new report excel.
|
ReportExcel(String title,
List<BaseSheet> listBaseSheet)
Instantiates a new report excel.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addBaseSheet(BaseSheet... baseSheets)
Adds the base sheet.
|
boolean |
equals(Object obj)
Equals.
|
Date |
getDate()
Gets the date.
|
List<BaseSheet> |
getListBaseSheet()
Gets the list base sheet.
|
String |
getTitle()
Gets the title.
|
int |
hashCode()
Hash code.
|
boolean |
isEnableSheetMapping()
Checks if is enable sheet mapping.
|
boolean |
isIgnoreCover()
Checks if is ignore cover.
|
void |
setDate(Date date)
Sets the date.
|
void |
setEnableSheetMapping(boolean enableSheetMapping)
Sets the enable sheet mapping.
|
void |
setIgnoreCover(boolean ignoreCover)
Sets the ignore cover.
|
void |
setListBaseSheet(List<BaseSheet> listBaseSheet)
Sets the list base sheet.
|
void |
setTitle(String title)
Sets the title.
|
public ReportExcel(String title)
title - the titlepublic ReportExcel(String title, boolean ignoreCover)
title - the titleignoreCover - the ignore coverpublic ReportExcel(String title, boolean ignoreCover, boolean enableSheetMapping)
title - the titleignoreCover - the ignore coverenableSheetMapping - the enable sheet mappingpublic ReportExcel(String title, List<BaseSheet> listBaseSheet)
title - the titlelistBaseSheet - the list base sheetpublic ReportExcel()
public String getTitle()
public void setTitle(String title)
title - the new titlepublic Date getDate()
public void setDate(Date date)
date - the new datepublic List<BaseSheet> getListBaseSheet()
public void addBaseSheet(BaseSheet... baseSheets)
baseSheets - the base sheetspublic void setListBaseSheet(List<BaseSheet> listBaseSheet)
listBaseSheet - the new list base sheetpublic boolean isEnableSheetMapping()
public void setEnableSheetMapping(boolean enableSheetMapping)
enableSheetMapping - the new enable sheet mappingpublic boolean isIgnoreCover()
public void setIgnoreCover(boolean ignoreCover)
ignoreCover - the new ignore coverCopyright © 2022. All rights reserved.