Class DTOImmediateSchedulingResourceProcessing
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.scheduling.rs1.immediatescheduling.processing.resource.DTOImmediateSchedulingResourceProcessing
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
DTO for immediate scheduling resource processing
- Since:
- 22.0
- See Also:
- GCApi:
- dto
-
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 TypeMethodDescriptionfinal LonggetId()Gets the id.final ZonedDateTimeGets the last recalibrate date.final LongGets the operation center.final BooleanGets the recalibrate skipped flag.final ZonedDateTimeGets the recalibrate start date.final LongGets the resource.final voidSets the id.final voidsetLastRecalibrateDate(ZonedDateTime lastRecalibrateDate) Sets the last recalibrate date.final voidsetOperationCenter(Long operationCenter) Sets the operation center.final voidsetRecalibrateSkipped(Boolean recalibrateSkipped) Sets the recalibrate skipped flag.final voidsetRecalibrateStartDate(ZonedDateTime recalibrateStartDate) Sets the recalibrate start date.final voidsetResource(Long resource) Sets the resource.Methods 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
-
DTOImmediateSchedulingResourceProcessing
public DTOImmediateSchedulingResourceProcessing()
-
-
Method Details
-
getId
Gets the id.- Returns:
- the id
-
setId
Sets the id.- Parameters:
id- the new id
-
getResource
Gets the resource.- Returns:
- the resource
-
setResource
Sets the resource.- Parameters:
resource- the new resource
-
getOperationCenter
Gets the operation center.- Returns:
- the operation center
-
setOperationCenter
Sets the operation center.- Parameters:
operationCenter- the new operation center
-
getLastRecalibrateDate
Gets the last recalibrate date.- Returns:
- the last recalibrate date
-
setLastRecalibrateDate
Sets the last recalibrate date.- Parameters:
lastRecalibrateDate- the new last recalibrate date
-
getRecalibrateStartDate
Gets the recalibrate start date.- Returns:
- the recalibrate start date
-
setRecalibrateStartDate
Sets the recalibrate start date.- Parameters:
recalibrateStartDate- the new recalibrate start date
-
getRecalibrateSkipped
Gets the recalibrate skipped flag.- Returns:
- true if recalibrate was skipped due to intervalLastRecalibrate
-
setRecalibrateSkipped
Sets the recalibrate skipped flag.- Parameters:
recalibrateSkipped- true if recalibrate was skipped
-