Class SchedulingOptimizationProcessInput
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.core.bl.schedule.optimize.event.SchedulingOptimizationProcessInput
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
Business object representing the input to instantiate a
SchedulingOptimizationProcessEvent 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 TypeMethodDescriptionReturns the enhanced tsp active flaggetDate()Returns the dateReturns the deadlineReturns the operation centerReturns the real time flagReturns the recalibrate flagReturns the resourceReturns the simulation idReturns the workshiftvoidsetActiveEnhancedTsp(Boolean activeEnhancedTsp) Sets the enhanced tsp active flagvoidSets the datevoidsetDeadline(Date deadline) Sets the deadlinevoidsetOperationCenter(Long operationCenter) Sets the operation centervoidsetRealTime(Boolean realTime) Sets the real time flagvoidsetRecalibrate(Boolean recalibrate) Sets the recalibrate flagvoidsetResource(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
-
SchedulingOptimizationProcessInput
public SchedulingOptimizationProcessInput()
-
-
Method Details
-
getOperationCenter
Returns the operation center- Returns:
- the operation center
-
setOperationCenter
Sets the operation center- Parameters:
operationCenter- the operation center
-
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
-
getResource
Returns the resource- Returns:
- the resource
-
setResource
Sets the resource- Parameters:
resource- the resource
-
getRecalibrate
Returns the recalibrate flag- Returns:
- the recalibrate flag
-
setRecalibrate
Sets the recalibrate flag- Parameters:
recalibrate- flag
-
getRealTime
Returns the real time flag- Returns:
- the real time flag
-
setRealTime
Sets the real time flag- Parameters:
realTime- the real time flag
-
getDate
Returns the date- Returns:
- the date
-
setDate
Sets the date- Parameters:
date- the date
-
getDeadline
Returns the deadline- Returns:
- the deadline
-
setDeadline
Sets the deadline- Parameters:
deadline- the deadline
-
getActiveEnhancedTsp
Returns the enhanced tsp active flag- Returns:
- the enhanced tsp active flag
-
setActiveEnhancedTsp
Sets the enhanced tsp active flag- Parameters:
activeEnhancedTsp- the enhanced tsp active flag
-