Class BundleHeaderStatusUpdateInput

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

public class BundleHeaderStatusUpdateInput extends Object
Object used as an input bean for the BundleHeaderStatusUpdateEvent.
Since:
10.1
GCApi:
bo
  • Constructor Details

    • BundleHeaderStatusUpdateInput

      public BundleHeaderStatusUpdateInput()
  • Method Details

    • getBundleId

      public Long getBundleId()
      Returns the id of the current bundle header.
      Returns:
      the bundle header id
      See Also:
    • setBundleId

      public void setBundleId(Long bundleId)
      Sets the id of the needed bundle header.
      Parameters:
      bundleId - the bundle header id
      See Also:
    • getOldStatus

      public Long getOldStatus()
      Returns the current BOBundleHeader status that would shortly be changed.
      Returns:
      the old bundle header status id
      See Also:
    • setOldStatus

      public void setOldStatus(Long oldStatus)
      Sets the current BOBundleHeader status that would shortly be changed.
      Parameters:
      oldStatus - the old bundle header status
      See Also:
    • getNewStatus

      public Long getNewStatus()
      Returns the new desired status of the BOBundleHeader.
      Returns:
      the new bundle header status
      See Also:
    • setNewStatus

      public void setNewStatus(Long newStatus)
      Sets the new desired status of the BOBundleHeader.
      Parameters:
      newStatus - the new bundle header status
      See Also: