Class SchedulingCompleteOptimizationProcessInput
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.core.bl.schedule.optimize.event.SchedulingCompleteOptimizationProcessInput
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
Business object representing the input to instantiate a
SchedulingCompleteOptimizationProcessEvent event. - Since:
- 16.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 TypeMethodDescriptiongetDate()Returns the dateReturns the resourceReturns the simulation idReturns the workshiftvoidSets the datevoidsetResource(Long resource) Sets the resourcevoidsetSimulation(Long simulation) Sets the simulation idvoidsetWorkshift(Long workshift) Sets the workshiftMethods 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
-
SchedulingCompleteOptimizationProcessInput
public SchedulingCompleteOptimizationProcessInput()
-
-
Method Details
-
getDate
Returns the date- Returns:
- the date
-
setDate
Sets the date- Parameters:
date- the date
-
getResource
Returns the resource- Returns:
- the resource
-
setResource
Sets the resource- Parameters:
resource- the resource
-
getWorkshift
Returns the workshift- Returns:
- the workshift
-
setWorkshift
Sets the workshift- Parameters:
workshift- the workshift
-
getSimulation
Returns the simulation id- Returns:
- the simulation id
-
setSimulation
Sets the simulation id- Parameters:
simulation- the simulation id
-