Class BundleOperationStatusUpdateInput
java.lang.Object
overit.geocallapp.wfm.bundler.bl.operation.event.BundleOperationStatusUpdateInput
Object used as an input bean for the
BundleOperationStatusUpdateEvent
- Since:
- 10.1
- GCApi:
- bo
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the id of the givenBOBundleHeader.Returns the id of the currentBOBundleOperation.Returns the new desired status for theBOBundleOperation.Returns the currentBOBundleOperationstatus that would shortly be changed.voidsetBundleId(Long bundleId) Sets the id of the neededBOBundleHeader.voidsetBundleOperationId(Long bundlerOperationId) Sets the id of the neededBOBundleOperation.voidsetNewStatus(Long newStatus) Sets the new desired status for theBOBundleOperation.voidsetOldStatus(Long oldStatus) Sets the currentBOBundleOperationstate that would shortly be changed.
-
Constructor Details
-
BundleOperationStatusUpdateInput
public BundleOperationStatusUpdateInput()
-
-
Method Details
-
getBundleId
Returns the id of the givenBOBundleHeader.- Returns:
- the bundle id
- See Also:
-
setBundleId
Sets the id of the neededBOBundleHeader.- Parameters:
bundleId- the bundle id- See Also:
-
getBundleOperationId
Returns the id of the currentBOBundleOperation.- Returns:
- the bundle operation id
- See Also:
-
setBundleOperationId
Sets the id of the neededBOBundleOperation.- Parameters:
bundlerOperationId- the bundle operation id- See Also:
-
getOldStatus
Returns the currentBOBundleOperationstatus that would shortly be changed.- Returns:
- the old bundle operation status id
- See Also:
-
setOldStatus
Sets the currentBOBundleOperationstate that would shortly be changed.- Parameters:
oldStatus- the old bundle operation status id- See Also:
-
getNewStatus
Returns the new desired status for theBOBundleOperation.- Returns:
- the new bundle operation status id
- See Also:
-
setNewStatus
Sets the new desired status for theBOBundleOperation.- Parameters:
newStatus- the new bundle operation status id- See Also:
-