Class WorkOrderOperationResourceDeleteInput

java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.execution.bl.intervention.resource.workorder.operation.event.WorkOrderOperationResourceDeleteInput
All Implemented Interfaces:
ConstraintValidator<DynO.Valid,DynO>, Serializable, overit.geocall.timezone.model.TimeZoned

public class WorkOrderOperationResourceDeleteInput extends DynO
Business object representing a filter delete work order operation resource.
Since:
18.0
See Also:
  • Constructor Details

    • WorkOrderOperationResourceDeleteInput

      public WorkOrderOperationResourceDeleteInput()
  • Method Details

    • getWorkOrderOperation

      public Long getWorkOrderOperation()
      Returns the work order operation.
      Returns:
      the work order operation
    • setWorkOrderOperation

      public void setWorkOrderOperation(Long workOrderOperation)
      Sets the work order operation.
      Parameters:
      workOrderOperation - the work order operation
    • getResource

      public Long getResource()
      Returns the resource associated with this work order operation resource.
      Returns:
      the resource
    • setResource

      public void setResource(Long resource)
      Sets the resource associated with this work order operation resource.
      Parameters:
      resource - the resource to set
    • getWorkingHourType

      public Long getWorkingHourType()
      Returns the working hour type associated with this work order operation resource.
      Returns:
      the working hour type
    • setWorkingHourType

      public void setWorkingHourType(Long workingHourType)
      Sets the working hour type associated with this work order operation resource.
      Parameters:
      workingHourType - the working hour type to set