Class WorkOrderOperationStatusChangeInput
java.lang.Object
overit.geocallapp.wfm.workorders.bl.operation.status.event.WorkOrderOperationStatusChangeInput
@Deprecated(since="20.1",
forRemoval=true)
public class WorkOrderOperationStatusChangeInput
extends Object
Deprecated, for removal: This API element is subject to removal in a future version.
Object used as an input bean for the
WorkOrderOperationStatusChangeEvent.- Since:
- 17.0
- GCApi:
- bo
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Returns the operation new status.Deprecated, for removal: This API element is subject to removal in a future version.Returns the operation old status.Deprecated, for removal: This API element is subject to removal in a future version.Returns the work order's operation idDeprecated, for removal: This API element is subject to removal in a future version.Returns the work order header id .voidsetNewStatus(Long newStatus) Deprecated, for removal: This API element is subject to removal in a future version.Sets the operation new status.voidsetOldStatus(Long oldStatus) Deprecated, for removal: This API element is subject to removal in a future version.Sets the operation old status.voidsetOperationId(Long operationId) Deprecated, for removal: This API element is subject to removal in a future version.Sets the work order's operation id.voidsetWorkOrderId(Long workOrderId) Deprecated, for removal: This API element is subject to removal in a future version.Sets the work order header id.
-
Constructor Details
-
WorkOrderOperationStatusChangeInput
public WorkOrderOperationStatusChangeInput()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
getWorkOrderId
Deprecated, for removal: This API element is subject to removal in a future version.Returns the work order header id .- Returns:
- the work order header id
- See Also:
-
setWorkOrderId
Deprecated, for removal: This API element is subject to removal in a future version.Sets the work order header id.- Parameters:
workOrderId- the work order header id- See Also:
-
getOperationId
Deprecated, for removal: This API element is subject to removal in a future version.Returns the work order's operation id- Returns:
- the operation id
- See Also:
-
setOperationId
Deprecated, for removal: This API element is subject to removal in a future version.Sets the work order's operation id.- Parameters:
operationId- the operation id- See Also:
-
getOldStatus
Deprecated, for removal: This API element is subject to removal in a future version.Returns the operation old status.- Returns:
- the the old operation status
-
setOldStatus
Deprecated, for removal: This API element is subject to removal in a future version.Sets the operation old status.- Parameters:
oldStatus- the old status
-
getNewStatus
Deprecated, for removal: This API element is subject to removal in a future version.Returns the operation new status.- Returns:
- the new status.
-
setNewStatus
Deprecated, for removal: This API element is subject to removal in a future version.Sets the operation new status.- Parameters:
newStatus- the new status
-