Class BundleHeaderStatusUpdateInput
java.lang.Object
overit.geocallapp.wfm.bundler.bl.header.event.BundleHeaderStatusUpdateInput
Object used as an input bean for the
BundleHeaderStatusUpdateEvent.
- Since:
- 10.1
- GCApi:
- bo
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the id of the current bundle header.Returns the new desired status of theBOBundleHeader.Returns the currentBOBundleHeaderstatus that would shortly be changed.voidsetBundleId(Long bundleId) Sets the id of the needed bundle header.voidsetNewStatus(Long newStatus) Sets the new desired status of theBOBundleHeader.voidsetOldStatus(Long oldStatus) Sets the currentBOBundleHeaderstatus that would shortly be changed.
-
Constructor Details
-
BundleHeaderStatusUpdateInput
public BundleHeaderStatusUpdateInput()
-
-
Method Details
-
getBundleId
Returns the id of the current bundle header.- Returns:
- the bundle header id
- See Also:
-
setBundleId
Sets the id of the needed bundle header.- Parameters:
bundleId- the bundle header id- See Also:
-
getOldStatus
Returns the currentBOBundleHeaderstatus that would shortly be changed.- Returns:
- the old bundle header status id
- See Also:
-
setOldStatus
Sets the currentBOBundleHeaderstatus that would shortly be changed.- Parameters:
oldStatus- the old bundle header status- See Also:
-
getNewStatus
Returns the new desired status of theBOBundleHeader.- Returns:
- the new bundle header status
- See Also:
-
setNewStatus
Sets the new desired status of theBOBundleHeader.- Parameters:
newStatus- the new bundle header status- See Also:
-