Class WorkOrderOperationUnlockOutput
java.lang.Object
overit.geocallapp.wfm.workorders.bl.operation.event.WorkOrderOperationUnlockOutput
Object used as an output bean for the
WorkOrderOperationUnlockEvent.- Since:
- 9.2
- GCApi:
- bo
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the warning code.Returns the warning message.Returns the work order new state.Returns the work order operation new state.voidsetWarningCode(Code warningCode) Sets the warning code.voidsetWarningMessage(String warningMessage) Sets the warning message.voidsetWorkOrderNewState(Long workOrderNewState) Sets the work order new state.voidsetWorkOrderOperationNewState(Long workOrderOperationNewState) Sets the work order operation new state.
-
Constructor Details
-
WorkOrderOperationUnlockOutput
public WorkOrderOperationUnlockOutput()
-
-
Method Details
-
getWorkOrderNewState
Returns the work order new state.- Returns:
- the new work order new state
-
setWorkOrderNewState
Sets the work order new state.- Parameters:
workOrderNewState- the work order new state
-
getWorkOrderOperationNewState
Returns the work order operation new state.- Returns:
- the new work order operation new state
-
setWorkOrderOperationNewState
Sets the work order operation new state.- Parameters:
workOrderOperationNewState- the work order operation new state
-
getWarningCode
Returns the warning code.- Returns:
- the warning code
-
setWarningCode
Sets the warning code.- Parameters:
warningCode- the warning code
-
getWarningMessage
Returns the warning message.- Returns:
- the warning message
-
setWarningMessage
Sets the warning message.- Parameters:
warningMessage- the warning message
-