Class BundleHeaderLockedUpdateInput

java.lang.Object
overit.geocallapp.wfm.bundler.bl.header.event.BundleHeaderLockedUpdateInput

public class BundleHeaderLockedUpdateInput extends Object
Since:
11.0
GCApi:
bo
  • Constructor Details

    • BundleHeaderLockedUpdateInput

      public BundleHeaderLockedUpdateInput()
  • Method Details

    • getBundleId

      public Long getBundleId()
      Returns the bundle header id to update.
      Returns:
      the bundle header id
    • setBundleId

      public void setBundleId(Long bundleId)
      Sets the bundle header id to update.
      Parameters:
      bundleId - the bundle header id
    • getOldValue

      public Boolean getOldValue()
      Returns the old locked value.
      Returns:
      the old value
    • setOldValue

      public void setOldValue(Boolean oldValue)
      Sets the old locked value.
      Parameters:
      oldValue - the old value
    • getNewValue

      public Boolean getNewValue()
      Returns the new locked value.
      Returns:
      the new value
    • setNewValue

      public void setNewValue(Boolean newValue)
      Sets the new locked value.
      Parameters:
      newValue - the new value