Class XlsxDocumentReadOutput
java.lang.Object
overit.geocallapp.wfm.forecastcapacity.bl.forecast.importforecast.event.XlsxDocumentReadOutput
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the parsed data from the Excel file.Returns the validated data, including error details.voidsetParsedExcelData(DBView parsedExcelData) Sets the parsed data from the Excel file.voidsetValidatedData(DBView validatedData) Sets the validated data, including error details.
-
Constructor Details
-
XlsxDocumentReadOutput
public XlsxDocumentReadOutput()
-
-
Method Details
-
getParsedExcelData
Returns the parsed data from the Excel file.- Returns:
- the parsed data as a DBView structure
-
setParsedExcelData
Sets the parsed data from the Excel file.- Parameters:
parsedExcelData- the parsed data as a DBView structure
-
getValidatedData
Returns the validated data, including error details.- Returns:
- the validated data as a DBView structure
-
setValidatedData
Sets the validated data, including error details.- Parameters:
validatedData- the validated data as a DBView structure
-