Class ImportExcelDocumentOutput
java.lang.Object
overit.geocallapp.wfm.forecastcapacity.bl.forecast.importforecast.ImportExcelDocumentOutput
Input object for excel document output.
- Since:
- 19.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the excel document outputReturns the output dataReturns the sheet namevoidsetExcelDocumentOutput(XlsxDocument excelDocumentOutput) Sets the excel document outputvoidSets the output datavoidsetSheetName(String sheetName) Sets the sheet name
-
Constructor Details
-
ImportExcelDocumentOutput
public ImportExcelDocumentOutput()
-
-
Method Details
-
getExcelDocumentOutput
Returns the excel document output- Returns:
- the excel document output
-
setExcelDocumentOutput
Sets the excel document output- Parameters:
excelDocumentOutput- the excel document output
-
getSheetName
Returns the sheet name- Returns:
- the sheet name
-
setSheetName
Sets the sheet name- Parameters:
sheetName- the sheet name
-
getOutput
Returns the output data- Returns:
- the output data
-
setOutput
Sets the output data- Parameters:
output- the output data
-