Class ReleaseSkuInventoryReservationRequest

java.lang.Object
com.broadleafcommerce.inventory.domain.ReleaseSkuInventoryReservationRequest
All Implemented Interfaces:
Serializable

public class ReleaseSkuInventoryReservationRequest extends Object implements Serializable
Represents a request to release inventory reservations.
Author:
Sunny Yu
See Also:
  • Constructor Details

    • ReleaseSkuInventoryReservationRequest

      public ReleaseSkuInventoryReservationRequest()
  • Method Details

    • getReservationReferenceNumbers

      public Set<String> getReservationReferenceNumbers()
      The reservation numbers to identify the reservations by.

      This should be the same value as SkuInventoryAdjustmentRequestItem.getReferenceNumber() from the original requests to create the reservations.

    • getAdditionalAttributes

      public Map<String,Object> getAdditionalAttributes()
      Additional attributes that can be declared for this request.
    • setReservationReferenceNumbers

      public void setReservationReferenceNumbers(Set<String> reservationReferenceNumbers)
      The reservation numbers to identify the reservations by.

      This should be the same value as SkuInventoryAdjustmentRequestItem.getReferenceNumber() from the original requests to create the reservations.

    • setAdditionalAttributes

      public void setAdditionalAttributes(Map<String,Object> additionalAttributes)
      Additional attributes that can be declared for this request.
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • 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