Class BundleOperationStatusChangeInput
java.lang.Object
overit.geocallapp.wfm.bundler.bl.operation.event.BundleOperationStatusChangeInput
Object used as an input bean for the
BundleOperationStatusChangeEvent.
- Since:
- 10.1
- GCApi:
- bo
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns theBOBundleHeaderid.Returns theBOBundleOperationid.Returns theBOBundleOperationnew status.Returns theBOBundleOperationold status that would shortly be changed.voidsetBundleId(Long bundleId) Sets theBOBundleHeaderid.voidsetBundleOperationId(Long bundleOperationId) Sets theBOBundleOperationid.voidsetNewStatus(Long newStatus) Sets theBOBundleOperationnew status.voidsetOldStatus(Long oldStatus) Sets theBOBundleOperationold status that would shortly be changed.
-
Constructor Details
-
BundleOperationStatusChangeInput
public BundleOperationStatusChangeInput()
-
-
Method Details
-
getBundleId
Returns theBOBundleHeaderid.- Returns:
- the bundle id
- See Also:
-
setBundleId
Sets theBOBundleHeaderid.- Parameters:
bundleId- the bundle id- See Also:
-
getBundleOperationId
Returns theBOBundleOperationid.- Returns:
- the bundle operation state change input bundle operation id
- See Also:
-
setBundleOperationId
Sets theBOBundleOperationid.- Parameters:
bundleOperationId- the bundle operation id- See Also:
-
getOldStatus
Returns theBOBundleOperationold status that would shortly be changed.- Returns:
- the bundle operation old status
- See Also:
-
setOldStatus
Sets theBOBundleOperationold status that would shortly be changed.- Parameters:
oldStatus- the old status- See Also:
-
getNewStatus
Returns theBOBundleOperationnew status.- Returns:
- the bundle operation new status
- See Also:
-
setNewStatus
Sets theBOBundleOperationnew status.- Parameters:
newStatus- the new status id- See Also:
-