public class ReportExcel extends Object
| Constructor and Description |
|---|
ReportExcel()
Instantiates a new report excel.
|
ReportExcel(String title,
List<BaseSheet> listBaseSheet)
Instantiates a new report excel.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj)
Equals.
|
Date |
getDate()
Gets the date.
|
List<BaseSheet> |
getListBaseSheet()
Gets the list base sheet.
|
String |
getTitle()
Gets the titolo.
|
int |
hashCode()
Hash code.
|
void |
setDate(Date date)
Sets the date.
|
void |
setListBaseSheet(List<BaseSheet> listBaseSheet)
Sets the list base sheet.
|
void |
setTitle(String title)
Sets the titolo.
|
public ReportExcel(String title, List<BaseSheet> listBaseSheet)
title - the titololistBaseSheet - the list base sheetpublic ReportExcel()
public String getTitle()
public void setTitle(String title)
title - the new titolopublic Date getDate()
public void setDate(Date date)
date - the new datepublic List<BaseSheet> getListBaseSheet()
public void setListBaseSheet(List<BaseSheet> listBaseSheet)
listBaseSheet - the new list base sheetCopyright © 2020 Pivotal Software, Inc.. All rights reserved.