Class ResourceForecastReadInput
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.forecastcapacity.bl.forecast.importforecast.ForecastReadInput
overit.geocallapp.wfm.forecastcapacity.bl.forecast.importforecast.ResourceForecastReadInput
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
Input object for all the resource forecast read events.
- Since:
- 19.0
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class overit.geocall.model.DynO
DynO.SpanFields, DynO.SpanTable, DynO.Valid -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the resource forecast headerReturns the map resource id by resource codevoidsetResourceForecastHeader(Long resourceForecastHeader) Sets the resource forecast headervoidsetResourceIdByResourceCode(Map<String, Long> resourceIdByResourceCode) Sets the map resource id by resource codeMethods inherited from class overit.geocallapp.wfm.forecastcapacity.bl.forecast.importforecast.ForecastReadInput
getInputWebResource, getLogHelper, getLogMessage, setInputWebResource, setLogHelper, setLogMessageMethods inherited from class overit.geocall.model.DynO
addExtension, extract, extract, fields, from, from, getCriteria, getCriteriaNotExploded, getExtension, getFakeFilter, getUnknownAttributes, getUnknownCriteria, getVariant, getZone, insert, insert, isValid, make, removeCriteria, removeExtensionAttribute, setCriteria, setCriteriaNotExploded, setExtension, setFakeFilter, setUnknownAttributes, setUnknownCriteria, setVariant, setZone, toFlatMap, toFlatMap, toMap, toMap, toString, update, validateMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface jakarta.validation.ConstraintValidator
initializeMethods inherited from interface overit.geocall.timezone.model.TimeZoned
hasZone
-
Constructor Details
-
ResourceForecastReadInput
public ResourceForecastReadInput()
-
-
Method Details
-
getResourceForecastHeader
Returns the resource forecast header- Returns:
- the resource forecast header
-
setResourceForecastHeader
Sets the resource forecast header- Parameters:
resourceForecastHeader- the resource forecast header
-
getResourceIdByResourceCode
Returns the map resource id by resource code- Returns:
- the map resource id by resource code
-
setResourceIdByResourceCode
Sets the map resource id by resource code- Parameters:
resourceIdByResourceCode- the map resource id by resource code
-