Class WorkOrderOperationUnlockInput
java.lang.Object
overit.geocallapp.wfm.workorders.bl.operation.event.WorkOrderOperationUnlockInput
Object used as an input bean for the
WorkOrderOperationUnlockEvent.- Since:
- 9.2
- GCApi:
- bo
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the work order operation identifier.Returns the reference date for unlock operation.Returns the work order identifier.voidsetOperationId(Long operationId) Sets the work order operation identifier.voidsetReferenceDate(Date referenceDate) Sets the reference date for unlock operation.voidsetWorkOrderId(Long workOrderId) Sets the work order identifier.
-
Constructor Details
-
WorkOrderOperationUnlockInput
public WorkOrderOperationUnlockInput()
-
-
Method Details
-
getWorkOrderId
Returns the work order identifier.- Returns:
- the work order identifier
-
setWorkOrderId
Sets the work order identifier.- Parameters:
workOrderId- the work order identifier
-
getOperationId
Returns the work order operation identifier.- Returns:
- the work order operation identifier
-
setOperationId
Sets the work order operation identifier.- Parameters:
operationId- the work order operation identifier
-
getReferenceDate
Returns the reference date for unlock operation.- Returns:
- unlock reference date
-
setReferenceDate
Sets the reference date for unlock operation.- Parameters:
referenceDate- the reference date
-