Class DTOImmediateSchedulingProcessingUpdate
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.scheduling.rs1.immediatescheduling.processing.history.DTOImmediateSchedulingProcessingUpdate
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
DTO for update immediate scheduling 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 Optional<ZonedDateTime> Gets the creation date.final Optional<ZonedDateTime> Gets the expected processing date.Gets the import export master.Gets the num work order assigned.Gets the num work order not assigned.Gets the operation center.final Optional<ZonedDateTime> Gets the processing end date.final Optional<LocalizedString> Gets the processing error.final Optional<ZonedDateTime> Gets the processing start date.Gets the reprocessing.Gets the scheduling model.getState()Gets the state.final voidsetCreationDate(Optional<ZonedDateTime> creationDate) Sets the creation date.final voidsetExpectedProcessingDate(Optional<ZonedDateTime> expectedProcessingDate) Sets the expected processing date.final voidsetImportExportMaster(Optional<Long> importExportMaster) Sets the import export master.final voidsetNumWorkOrderAssigned(Optional<Long> numWorkOrderAssigned) Sets the num work order assigned.final voidsetNumWorkOrderNotAssigned(Optional<Long> numWorkOrderNotAssigned) Sets the num work order not assigned.final voidsetOperationCenter(Optional<Long> operationCenter) Sets the operation center.final voidsetProcessingEndDate(Optional<ZonedDateTime> processingEndDate) Sets the processing end date.final voidsetProcessingError(Optional<LocalizedString> processingError) Sets the processing error.final voidsetProcessingStartDate(Optional<ZonedDateTime> processingStartDate) Sets the processing start date.final voidsetReprocessing(Optional<Boolean> reprocessing) Sets the reprocessing.final voidsetSchedulingModel(Optional<Long> schedulingModel) Sets the scheduling model.final voidSets the state.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
-
DTOImmediateSchedulingProcessingUpdate
public DTOImmediateSchedulingProcessingUpdate()
-
-
Method Details
-
getOperationCenter
Gets the operation center.- Returns:
- the operation center
-
setOperationCenter
Sets the operation center.- Parameters:
operationCenter- the new operation center
-
getState
Gets the state.- Returns:
- the state
-
setState
Sets the state.- Parameters:
state- the new state
-
getSchedulingModel
Gets the scheduling model.- Returns:
- the scheduling model
-
setSchedulingModel
Sets the scheduling model.- Parameters:
schedulingModel- the new scheduling model
-
getReprocessing
Gets the reprocessing.- Returns:
- the reprocessing
-
setReprocessing
Sets the reprocessing.- Parameters:
reprocessing- the new reprocessing
-
getExpectedProcessingDate
Gets the expected processing date.- Returns:
- the expected processing date
-
setExpectedProcessingDate
Sets the expected processing date.- Parameters:
expectedProcessingDate- the new expected processing date
-
getProcessingStartDate
Gets the processing start date.- Returns:
- the processing start date
-
setProcessingStartDate
Sets the processing start date.- Parameters:
processingStartDate- the new processing start date
-
getProcessingEndDate
Gets the processing end date.- Returns:
- the processing end date
-
setProcessingEndDate
Sets the processing end date.- Parameters:
processingEndDate- the new processing end date
-
getProcessingError
Gets the processing error.- Returns:
- the processing error
-
setProcessingError
Sets the processing error.- Parameters:
processingError- the new processing error
-
getNumWorkOrderAssigned
Gets the num work order assigned.- Returns:
- the num work order assigned
-
setNumWorkOrderAssigned
Sets the num work order assigned.- Parameters:
numWorkOrderAssigned- the new num work order assigned
-
getNumWorkOrderNotAssigned
Gets the num work order not assigned.- Returns:
- the num work order not assigned
-
setNumWorkOrderNotAssigned
Sets the num work order not assigned.- Parameters:
numWorkOrderNotAssigned- the new num work order not assigned
-
getCreationDate
Gets the creation date.- Returns:
- the creation date
-
setCreationDate
Sets the creation date.- Parameters:
creationDate- the new creation date
-
getImportExportMaster
Gets the import export master.- Returns:
- the import export master
-
setImportExportMaster
Sets the import export master.- Parameters:
importExportMaster- the new import export master
-