java.lang.Object
overit.geocallapp.wfm.forecastcapacity.bl.forecast.importforecast.ImportExcelDocumentOutput

public class ImportExcelDocumentOutput extends Object
Input object for excel document output.
Since:
19.0
  • Constructor Details

    • ImportExcelDocumentOutput

      public ImportExcelDocumentOutput()
  • Method Details

    • getExcelDocumentOutput

      public XlsxDocument getExcelDocumentOutput()
      Returns the excel document output
      Returns:
      the excel document output
    • setExcelDocumentOutput

      public void setExcelDocumentOutput(XlsxDocument excelDocumentOutput)
      Sets the excel document output
      Parameters:
      excelDocumentOutput - the excel document output
    • getSheetName

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

      public void setSheetName(String sheetName)
      Sets the sheet name
      Parameters:
      sheetName - the sheet name
    • getOutput

      public DBView getOutput()
      Returns the output data
      Returns:
      the output data
    • setOutput

      public void setOutput(DBView output)
      Sets the output data
      Parameters:
      output - the output data