Class ForecastReadInput
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.forecastcapacity.bl.forecast.importforecast.ForecastReadInput
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
- Direct Known Subclasses:
ActivityForecastReadInput,ResourceForecastReadInput
Input object for all the 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 web resourceReturns the log helper.Returns the log message.voidsetInputWebResource(WebResource inputWebResource) Sets the input web resourcevoidsetLogHelper(LogHelper logHelper) Sets the log helpervoidsetLogMessage(LogMessageHelper logMessage) Sets the log messageMethods 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
-
ForecastReadInput
public ForecastReadInput()
-
-
Method Details
-
getLogHelper
Returns the log helper.- Returns:
- the log helper
-
setLogHelper
Sets the log helper- Parameters:
logHelper- the log helper
-
getLogMessage
Returns the log message.- Returns:
- the log message
-
setLogMessage
Sets the log message- Parameters:
logMessage- the log message
-
getInputWebResource
Returns the web resource- Returns:
- the web resource
-
setInputWebResource
Sets the input web resource- Parameters:
inputWebResource- the input web resource
-