Class WorkOrderOperationStatusRecalculateInput

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

public class WorkOrderOperationStatusRecalculateInput extends DynO
Object used as an input bean for the WorkOrderOperationStatusRecalculateEvent.
Since:
18.0
See Also:
GCApi:
bo
  • Constructor Details

    • WorkOrderOperationStatusRecalculateInput

      public WorkOrderOperationStatusRecalculateInput()
  • Method Details

    • getWorkOrderOperationId

      public Long getWorkOrderOperationId()
      Returns the work order operation id.
      Returns:
      the work order operation id
    • setWorkOrderOperationId

      public void setWorkOrderOperationId(Long workOrderOperationId)
      Sets the work order operation id.
      Parameters:
      workOrderOperationId - the work order operation id
    • getMode

      public Long getMode()
      Returns the calculation mode.
      Returns:
      the calculation mode
    • setMode

      public void setMode(Long mode)
      Sets the calculation mode.
      Parameters:
      mode - calculation mode
    • getOperationLastReadTimestamp

      public Date getOperationLastReadTimestamp()
      Returns the last read timestamp of the operation.
      Returns:
      the last read timestamp of the operation.
    • setOperationLastReadTimestamp

      public void setOperationLastReadTimestamp(Date operationLastReadTimestamp)
      Sets the last read timestamp of the operation.
      Parameters:
      operationLastReadTimestamp - the last read timestamp of the operation.
    • getValues

      public Map<String,Object> getValues()
      Returns the values to update.
      Returns:
      the values to update
    • setValues

      public void setValues(Map<String,Object> values)
      Sets the values to update.
      Parameters:
      values - the values to update
    • getCaller

      public Identified getCaller()
      Returns the caller.
      Returns:
      the caller
    • setCaller

      public void setCaller(Identified caller)
      Sets the caller.
      Parameters:
      caller - the caller