java.lang.Object
overit.geocallapp.wfm.forecastcapacity.bl.forecast.importforecast.event.XlsxDocumentReadInput

public class XlsxDocumentReadInput extends Object
Input object for XlsxDocumentReadEvent.
Since:
19.0
  • Constructor Details

    • XlsxDocumentReadInput

      public XlsxDocumentReadInput()
  • Method Details

    • getSheetName

      public String getSheetName()
      Returns the sheet name.
      Returns:
      the name of the sheet
    • setSheetName

      public void setSheetName(String sheetName)
      Sets the sheet name.
      Parameters:
      sheetName - the name of the sheet to set
    • getSheetDescription

      public String getSheetDescription()
      Returns the sheet description.
      Returns:
      the description of the sheet
    • setSheetDescription

      public void setSheetDescription(String sheetDescription)
      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

      public String getTableRegistryName()
      Returns the table registry name.
      Returns:
      the name of the table registry
    • setTableRegistryName

      public void setTableRegistryName(String tableRegistryName)
      Sets the table registry name.
      Parameters:
      tableRegistryName - the name of the table registry to set
    • getLogHelper

      public LogHelper getLogHelper()
      Returns the log helper.
      Returns:
      the log helper instance
    • setLogHelper

      public void setLogHelper(LogHelper logHelper)
      Sets the log helper.
      Parameters:
      logHelper - the log helper instance to set
    • getLogMessage

      public LogMessageHelper getLogMessage()
      Returns the log message helper.
      Returns:
      the log message helper instance
    • setLogMessage

      public void setLogMessage(LogMessageHelper logMessage)
      Sets the log message helper.
      Parameters:
      logMessage - the log message helper instance to set
    • getInputWebResource

      public WebResource getInputWebResource()
      Returns the input web resource.
      Returns:
      the web resource containing the input data
    • setInputWebResource

      public void setInputWebResource(WebResource inputWebResource)
      Sets the input web resource.
      Parameters:
      inputWebResource - the web resource containing the input data to set
    • getWrapperFile

      public String getWrapperFile()
      Returns the wrapper file.
      Returns:
      the wrapper file
    • setWrapperFile

      public void setWrapperFile(String wrapperFile)
      Sets the wrapper file
      Parameters:
      wrapperFile - the wrapper file