Class BundleHeaderLockedUpdateInput
java.lang.Object
overit.geocallapp.wfm.bundler.bl.header.event.BundleHeaderLockedUpdateInput
Input object for
BundleHeaderLockedUpdateEvent- Since:
- 11.0
- GCApi:
- bo
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the bundle header id to update.Returns the new locked value.Returns the old locked value.voidsetBundleId(Long bundleId) Sets the bundle header id to update.voidsetNewValue(Boolean newValue) Sets the new locked value.voidsetOldValue(Boolean oldValue) Sets the old locked value.
-
Constructor Details
-
BundleHeaderLockedUpdateInput
public BundleHeaderLockedUpdateInput()
-
-
Method Details
-
getBundleId
Returns the bundle header id to update.- Returns:
- the bundle header id
-
setBundleId
Sets the bundle header id to update.- Parameters:
bundleId- the bundle header id
-
getOldValue
Returns the old locked value.- Returns:
- the old value
-
setOldValue
Sets the old locked value.- Parameters:
oldValue- the old value
-
getNewValue
Returns the new locked value.- Returns:
- the new value
-
setNewValue
Sets the new locked value.- Parameters:
newValue- the new value
-