Class XlsxDocumentReadInput
java.lang.Object
overit.geocallapp.wfm.forecastcapacity.bl.forecast.importforecast.event.XlsxDocumentReadInput
Input object for
XlsxDocumentReadEvent.- Since:
- 19.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the input web resource.Returns the log helper.Returns the log message helper.Returns the sheet description.Returns the sheet name.intReturns the sheet position.Returns the table registry name.Returns the wrapper file.voidsetInputWebResource(WebResource inputWebResource) Sets the input web resource.voidsetLogHelper(LogHelper logHelper) Sets the log helper.voidsetLogMessage(LogMessageHelper logMessage) Sets the log message helper.voidsetSheetDescription(String sheetDescription) Sets the sheet description.voidsetSheetName(String sheetName) Sets the sheet name.voidsetSheetPosition(int sheetPosition) Sets the sheet position.voidsetTableRegistryName(String tableRegistryName) Sets the table registry name.voidsetWrapperFile(String wrapperFile) Sets the wrapper file
-
Constructor Details
-
XlsxDocumentReadInput
public XlsxDocumentReadInput()
-
-
Method Details
-
getSheetName
Returns the sheet name.- Returns:
- the name of the sheet
-
setSheetName
Sets the sheet name.- Parameters:
sheetName- the name of the sheet to set
-
getSheetDescription
Returns the sheet description.- Returns:
- the description of the sheet
-
setSheetDescription
Sets the sheet description.- Parameters:
sheetDescription- the description of the sheet to set
-
getSheetPosition
public int getSheetPosition()Returns the sheet position.- Returns:
- the position of the sheet (zero-based index)
-
setSheetPosition
public void setSheetPosition(int sheetPosition) Sets the sheet position.- Parameters:
sheetPosition- the position of the sheet (zero-based index) to set
-
getTableRegistryName
Returns the table registry name.- Returns:
- the name of the table registry
-
setTableRegistryName
Sets the table registry name.- Parameters:
tableRegistryName- the name of the table registry to set
-
getLogHelper
Returns the log helper.- Returns:
- the log helper instance
-
setLogHelper
Sets the log helper.- Parameters:
logHelper- the log helper instance to set
-
getLogMessage
Returns the log message helper.- Returns:
- the log message helper instance
-
setLogMessage
Sets the log message helper.- Parameters:
logMessage- the log message helper instance to set
-
getInputWebResource
Returns the input web resource.- Returns:
- the web resource containing the input data
-
setInputWebResource
Sets the input web resource.- Parameters:
inputWebResource- the web resource containing the input data to set
-
getWrapperFile
Returns the wrapper file.- Returns:
- the wrapper file
-
setWrapperFile
Sets the wrapper file- Parameters:
wrapperFile- the wrapper file
-