Class DTOWorkOrderOperationInsertedSpout

java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.workorders.spout.operation.DTOWorkOrderOperationInsertedSpout
All Implemented Interfaces:
ConstraintValidator<DynO.Valid,DynO>, Serializable, overit.geocall.timezone.model.TimeZoned

@EntityRef(WorkOrderOperationEntity.class) public class DTOWorkOrderOperationInsertedSpout extends DynO
Object that represent the spout payload for BOWorkOrderOperation insert actions.
Since:
21.0
See Also:
GCApi:
dto
  • Constructor Details

    • DTOWorkOrderOperationInsertedSpout

      public DTOWorkOrderOperationInsertedSpout()
  • 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 Long getWorkOrder()
      Gets the id of the BOWorkOrderHeader.
      Returns:
      workOrder the id of the BOWorkOrderHeader
    • setWorkOrder

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

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

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

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

      public final void setDefaultDuration(Long defaultDuration)
      Parameters:
      defaultDuration - the defaultDuration to set
    • getType

      public final Long getType()
      Returns:
      the type
    • setType

      public final void setType(Long type)
      Parameters:
      type - the type to set
    • getStatus

      public final Long getStatus()
      Returns:
      the status
    • setStatus

      public final void setStatus(Long status)
      Parameters:
      status - the status to set