Class DTOImmediateSchedulingLastProcessingInsert
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.scheduling.rs1.immediatescheduling.processing.lastprocessing.DTOImmediateSchedulingLastProcessingInsert
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
DTO for insert 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 creation date.final ZonedDateTimeGets the expected processing date.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 voidsetCreationDate(ZonedDateTime creationDate) Sets the creation date.final voidsetExpectedProcessingDate(ZonedDateTime expectedProcessingDate) Sets the expected processing date.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
-
DTOImmediateSchedulingLastProcessingInsert
public DTOImmediateSchedulingLastProcessingInsert()
-
-
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
public final boolean getReprocessing()Gets the reprocessing.- Returns:
- the reprocessing
-
setReprocessing
public final void setReprocessing(boolean reprocessing) 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
-