Class ResourceForecastExportExcelInput
java.lang.Object
overit.geocallapp.wfm.forecastcapacity.bl.forecast.resource.event.ResourceForecastExportExcelInput
Business object representing an input for the event that export a resource forecast
- Since:
- 19.0
- GCApi:
- bo
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the filenameReturns the resource forecast idvoidsetFilename(String filename) Sets the filenamevoidsetResourceForecastId(Long resourceForecastId) Sets the resource forecast id
-
Constructor Details
-
ResourceForecastExportExcelInput
public ResourceForecastExportExcelInput()
-
-
Method Details
-
getResourceForecastId
Returns the resource forecast id- Returns:
- the resource forecast id
-
setResourceForecastId
Sets the resource forecast id- Parameters:
resourceForecastId- the resource forecast id
-
getFilename
Returns the filename- Returns:
- the filename
-
setFilename
Sets the filename- Parameters:
filename- the filename
-