Class ActivityForecastExportExcelInput
java.lang.Object
overit.geocallapp.wfm.forecastcapacity.bl.forecast.activity.event.ActivityForecastExportExcelInput
Business object representing an input for the event that export an activity forecast
- Since:
- 19.0
- GCApi:
- bo
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the activity forecast idReturns the filenamevoidsetActivityForecastId(Long activityForecastId) Sets the activity forecast idvoidsetFilename(String filename) Sets the filename
-
Constructor Details
-
ActivityForecastExportExcelInput
public ActivityForecastExportExcelInput()
-
-
Method Details
-
getActivityForecastId
Returns the activity forecast id- Returns:
- the activity forecast id
-
setActivityForecastId
Sets the activity forecast id- Parameters:
activityForecastId- the activity forecast id
-
getFilename
Returns the filename- Returns:
- the filename
-
setFilename
Sets the filename- Parameters:
filename- the filename
-