Class WorkOrderOperationUnlockSkillOverrideCheckInput
java.lang.Object
overit.geocallapp.wfm.workorders.bl.operation.event.WorkOrderOperationUnlockSkillOverrideCheckInput
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the work order id.Returns the work order operation id.voidsetWorkOrderId(Long workOrderId) Sets the work order id.voidsetWorkOrderOperationId(Long workOrderOperationId) Sets the work order operation id.
-
Constructor Details
-
WorkOrderOperationUnlockSkillOverrideCheckInput
public WorkOrderOperationUnlockSkillOverrideCheckInput()
-
-
Method Details
-
getWorkOrderId
Returns the work order id.- Returns:
- the work order id
-
setWorkOrderId
Sets the work order id.- Parameters:
workOrderId- the work order id
-
getWorkOrderOperationId
Returns the work order operation id.- Returns:
- the work order operation id
-
setWorkOrderOperationId
Sets the work order operation id.- Parameters:
workOrderOperationId- the work order operation id
-