Class WorkOrderOperationUnlockSkillOverrideCheckInput

java.lang.Object
overit.geocallapp.wfm.workorders.bl.operation.event.WorkOrderOperationUnlockSkillOverrideCheckInput

public class WorkOrderOperationUnlockSkillOverrideCheckInput extends Object
Business object representing an input for the event that checks the skill override configuration before unlocking the operation WorkOrderOperationUnlockSkillOverrideCheckEvent
Since:
21.0
GCApi:
bo
  • Constructor Details

    • WorkOrderOperationUnlockSkillOverrideCheckInput

      public WorkOrderOperationUnlockSkillOverrideCheckInput()
  • Method Details

    • getWorkOrderId

      public Long getWorkOrderId()
      Returns the work order id.
      Returns:
      the work order id
    • setWorkOrderId

      public void setWorkOrderId(Long workOrderId)
      Sets the work order id.
      Parameters:
      workOrderId - the work order id
    • 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