Class DTOImmediateSchedulingLastProcessing
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.scheduling.rs1.immediatescheduling.processing.lastprocessing.DTOImmediateSchedulingLastProcessing
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
DTO for immediate scheduling last 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 ZonedDateTimeGets the expected processing date.final LonggetId()Gets the id.final LongGets the import export master.final LongGets the num work order assigned.final LongGets the num work order not assigned.final LongGets the operation center.final ZonedDateTimeGets the processing end date.final LocalizedStringGets the processing error.final ZonedDateTimeGets the processing start date.final BooleanGets the reprocessing.final LongGets the scheduling model.final LonggetState()Gets the state.final voidsetExpectedProcessingDate(ZonedDateTime expectedProcessingDate) Sets the expected processing date.final voidSets the id.final voidsetImportExportMaster(Long importExportMaster) Sets the import export master.final voidsetNumWorkOrderAssigned(Long numWorkOrderAssigned) Sets the num work order assigned.final voidsetNumWorkOrderNotAssigned(Long numWorkOrderNotAssigned) Sets the num work order not assigned.final voidsetOperationCenter(Long operationCenter) Sets the operation center.final voidsetProcessingEndDate(ZonedDateTime processingEndDate) Sets the processing end date.final voidsetProcessingError(LocalizedString processingError) Sets the processing error.final voidsetProcessingStartDate(ZonedDateTime processingStartDate) Sets the processing start date.final voidsetReprocessing(Boolean reprocessing) Sets the reprocessing.final voidsetSchedulingModel(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
-
DTOImmediateSchedulingLastProcessing
public DTOImmediateSchedulingLastProcessing()
-
-
Method Details
-
getId
Gets the id.- Returns:
- the id
-
setId
Sets the id.- Parameters:
id- the new id
-
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
-
getImportExportMaster
Gets the import export master.- Returns:
- the import export master
-
setImportExportMaster
Sets the import export master.- Parameters:
importExportMaster- the new import export master
-