Class WorkOrderOperationImmediateSchedulingEvaluateInput
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.workorders.bl.operation.immediatescheduling.event.WorkOrderOperationImmediateSchedulingEvaluateInput
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
Input class for immediate scheduling evaluation event.
This class contains the work order header and operation information needed to evaluate whether the operation requires immediate scheduling.
- Since:
- 22.0
- See Also:
-
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 work order header.Gets the work order operation.voidsetWorkOrderHeader(BOWorkOrderHeader workOrderHeader) Sets the work order header.voidsetWorkOrderOperation(BOWorkOrderOperation workOrderOperation) Sets the work order operation.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
-
WorkOrderOperationImmediateSchedulingEvaluateInput
public WorkOrderOperationImmediateSchedulingEvaluateInput()
-
-
Method Details
-
getWorkOrderHeader
Gets the work order header.- Returns:
- the work order header
-
setWorkOrderHeader
Sets the work order header.- Parameters:
workOrderHeader- the work order header
-
getWorkOrderOperation
Gets the work order operation.- Returns:
- the work order operation
-
setWorkOrderOperation
Sets the work order operation.- Parameters:
workOrderOperation- the work order operation
-