Class FutureInventoryTransactionNotification

java.lang.Object
com.broadleafcommerce.orderoperation.service.messaging.fulfillments.FutureInventoryTransactionNotification
All Implemented Interfaces:
Serializable

public class FutureInventoryTransactionNotification extends Object implements Serializable
Notification for future inventory transactions to update fulfillment status.
Since:
Order Operation Service 2.1.0, Release Train 2.2.0
See Also:
  • Constructor Details

    • FutureInventoryTransactionNotification

      public FutureInventoryTransactionNotification()
  • Method Details

    • getRequestId

      public String getRequestId()
    • getBatchId

      public String getBatchId()
    • getInventoryTransactionChanges

      public List<FulfillmentInventoryTransactionChangeRequest> getInventoryTransactionChanges()
    • getContextInfo

      public com.broadleafcommerce.data.tracking.core.context.ContextInfo getContextInfo()
    • setRequestId

      public void setRequestId(String requestId)
    • setBatchId

      public void setBatchId(String batchId)
    • setInventoryTransactionChanges

      public void setInventoryTransactionChanges(List<FulfillmentInventoryTransactionChangeRequest> inventoryTransactionChanges)
    • setContextInfo

      public void setContextInfo(com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object