Class CapacityPlanningScenarioExportExcelInput
java.lang.Object
overit.geocallapp.wfm.forecastcapacity.bl.capacityplanning.scenario.event.CapacityPlanningScenarioExportExcelInput
Business object representing an input for the event that export a capacity planning scenario
- Since:
- 19.0
- GCApi:
- bo
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the capacity planning scenario idReturns the filenamevoidsetCapacityPlanningScenarioId(Long capacityPlanningScenarioId) Sets the capacity planning scenario idvoidsetFilename(String filename) Sets the filename
-
Constructor Details
-
CapacityPlanningScenarioExportExcelInput
public CapacityPlanningScenarioExportExcelInput()
-
-
Method Details
-
getCapacityPlanningScenarioId
Returns the capacity planning scenario id- Returns:
- the capacity planning scenario id
-
setCapacityPlanningScenarioId
Sets the capacity planning scenario id- Parameters:
capacityPlanningScenarioId- the capacity planning scenario id
-
getFilename
Returns the filename- Returns:
- the filename
-
setFilename
Sets the filename- Parameters:
filename- the filename
-