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
  • Constructor Details

    • DTOWorkOrderOperationUpdatedSpout

      public DTOWorkOrderOperationUpdatedSpout()
  • Method Details

    • getId

      public final Long getId()
      Gets the id of the BOWorkOrderOperation.
      Returns:
      the id of the BOWorkOrderOperation
    • setId

      public final void setId(Long id)
      Sets the id of the BOWorkOrderOperation.
      Parameters:
      id - the id of the BOWorkOrderOperation
    • getWorkOrder

      public final Optional<Long> getWorkOrder()
      Gets the id of the BOWorkOrderHeader.
      Returns:
      workOrder the id of the BOWorkOrderHeader
    • setWorkOrder

      public final void setWorkOrder(Optional<Long> workOrder)
      Sets the id of the BOWorkOrderHeader.
      Parameters:
      workOrder - the BOWorkOrderHeader id to set
    • getExecutionOrder

      public final Optional<Long> getExecutionOrder()
      Gets the execution order
      Returns:
      the executionOrder
    • setExecutionOrder

      public final void setExecutionOrder(Optional<Long> executionOrder)
      Sets the execution order
      Parameters:
      executionOrder - the executionOrder to set
    • getDefaultDuration

      public final Optional<Long> getDefaultDuration()
      Returns:
      the defaultDuration
    • setDefaultDuration

      public final void setDefaultDuration(Optional<Long> defaultDuration)
      Parameters:
      defaultDuration - the defaultDuration to set
    • getCurrentDuration

      public final Optional<Long> getCurrentDuration()
      Returns:
      the currentDuration
    • setCurrentDuration

      public final void setCurrentDuration(Optional<Long> currentDuration)
      Parameters:
      currentDuration - the currentDuration to set
    • getPreassignedUser

      public final Optional<Long> getPreassignedUser()
      Returns:
      the preassignedUser
    • setPreassignedUser

      public final void setPreassignedUser(Optional<Long> preassignedUser)
      Parameters:
      preassignedUser - the preassignedUser to set