Class BOImmediateSchedulingResourceProcessing
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.scheduling.bl.immediatescheduling.processing.resource.BOImmediateSchedulingResourceProcessing
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
Business Object representing immediate scheduling resource processing
- Since:
- 22.0
- See Also:
- GCApi:
- bo
-
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 TypeMethodDescriptiongetId()Gets the id.Gets the last recalibrate date.Gets the operation center.Gets the recalibrate skipped flag.Gets the recalibrate start date.Gets the resource.voidSets the id.voidsetLastRecalibrateDate(Date lastRecalibrateDate) Sets the last recalibrate date.voidsetOperationCenter(Long operationCenter) Sets the operation center.voidsetRecalibrateSkipped(Boolean recalibrateSkipped) Sets the recalibrate skipped flag.voidsetRecalibrateStartDate(Date recalibrateStartDate) Sets the recalibrate start date.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
-
BOImmediateSchedulingResourceProcessing
public BOImmediateSchedulingResourceProcessing()
-
-
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
-