Class BOImmediateSchedulingProcessing
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.scheduling.bl.immediatescheduling.processing.history.BOImmediateSchedulingProcessing
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
Business Object representing immediate scheduling 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 TypeMethodDescriptionGets the error stack trace.Gets the expected processing date.getId()Gets the id.Gets the import export master.Gets the num work order assigned.Gets the num work order not assigned.Gets the operation center.Gets the processing end date.Gets the processing error.Gets the processing start date.Gets the scheduling model.getState()Gets the state.Gets the auto validation enabled flag.Gets the reprocessing.voidsetAutoValidationEnabled(Boolean autoValidationEnabled) Sets the auto validation enabled flag.voidsetErrorStackTrace(String errorStackTrace) Sets the error stack trace.voidsetExpectedProcessingDate(Date expectedProcessingDate) Sets the expected processing date.voidSets the id.voidsetImportExportMaster(Long importExportMaster) Sets the import export master.voidsetNumWorkOrderAssigned(Long numWorkOrderAssigned) Sets the num work order assigned.voidsetNumWorkOrderNotAssigned(Long numWorkOrderNotAssigned) Sets the num work order not assigned.voidsetOperationCenter(Long operationCenter) Sets the operation center.voidsetProcessingEndDate(Date processingEndDate) Sets the processing end date.voidsetProcessingError(LocalizedString processingError) Sets the processing error.voidsetProcessingStartDate(Date processingStartDate) Sets the processing start date.voidsetReprocessing(Boolean reprocessing) Sets the reprocessing.voidsetSchedulingModel(Long schedulingModel) Sets the scheduling model.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
-
BOImmediateSchedulingProcessing
public BOImmediateSchedulingProcessing()
-
-
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
-
isReprocessing
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
-
isAutoValidationEnabled
Gets the auto validation enabled flag.- Returns:
- the auto validation enabled flag
-
setAutoValidationEnabled
Sets the auto validation enabled flag.- Parameters:
autoValidationEnabled- the auto validation enabled flag.
-
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
-
getErrorStackTrace
Gets the error stack trace.- Returns:
- the error stack trace
-
setErrorStackTrace
Sets the error stack trace.- Parameters:
errorStackTrace- the new error stack trace
-
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
-