Class DTOWorkOrderOperationUpdatedSpout
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.workorders.spout.operation.DTOWorkOrderOperationUpdatedSpout
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
@EntityRef(WorkOrderOperationEntity.class)
public class DTOWorkOrderOperationUpdatedSpout
extends DynO
Object that represent the spout payload for
BOWorkOrderOperation update actions.- Since:
- 21.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 TypeMethodDescriptionGets the execution orderfinal LonggetId()Gets the id of theBOWorkOrderOperation.Gets the id of theBOWorkOrderHeader.final voidsetCurrentDuration(Optional<Long> currentDuration) final voidsetDefaultDuration(Optional<Long> defaultDuration) final voidsetExecutionOrder(Optional<Long> executionOrder) Sets the execution orderfinal voidSets the id of theBOWorkOrderOperation.final voidsetPreassignedUser(Optional<Long> preassignedUser) final voidsetWorkOrder(Optional<Long> workOrder) Sets the id of theBOWorkOrderHeader.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
-
DTOWorkOrderOperationUpdatedSpout
public DTOWorkOrderOperationUpdatedSpout()
-
-
Method Details
-
getId
Gets the id of theBOWorkOrderOperation.- Returns:
- the id of the
BOWorkOrderOperation
-
setId
Sets the id of theBOWorkOrderOperation.- Parameters:
id- the id of theBOWorkOrderOperation
-
getWorkOrder
Gets the id of theBOWorkOrderHeader.- Returns:
- workOrder the id of the
BOWorkOrderHeader
-
setWorkOrder
Sets the id of theBOWorkOrderHeader.- Parameters:
workOrder- theBOWorkOrderHeaderid to set
-
getExecutionOrder
Gets the execution order- Returns:
- the executionOrder
-
setExecutionOrder
Sets the execution order- Parameters:
executionOrder- the executionOrder to set
-
getDefaultDuration
- Returns:
- the defaultDuration
-
setDefaultDuration
- Parameters:
defaultDuration- the defaultDuration to set
-
getCurrentDuration
- Returns:
- the currentDuration
-
setCurrentDuration
- Parameters:
currentDuration- the currentDuration to set
-
getPreassignedUser
- Returns:
- the preassignedUser
-
setPreassignedUser
- Parameters:
preassignedUser- the preassignedUser to set
-