Class SkuInventoryReservationRequestItem

java.lang.Object
com.broadleafcommerce.cartoperation.domain.SkuInventoryReservationRequestItem

public class SkuInventoryReservationRequestItem extends Object
Author:
Kelly Tisdell (ktisdell)
  • Constructor Details

    • SkuInventoryReservationRequestItem

      public SkuInventoryReservationRequestItem()
  • Method Details

    • getSkuReferenceValue

      public String getSkuReferenceValue()
      The value of the SKU reference. This will be one of SKU contextId, SKU external ID, arbitrary SKU code, UPC, EAN, or GTIN.
      Returns:
      See Also:
    • getQuantity

      public int getQuantity()
      Quantity delta that is being requested (i.e. the number to reserve). These must always be positive numbers, even when decrementing inventory.
      Returns:
    • getReferenceNumber

      public String getReferenceNumber()
      This can be any number, but is typically the Order Item ID or Fulfillment Item ID. It must be unique within a tenant (e.g. a UUID, ULID, or any identifier that is unique across Fulfillment Items with which this reservation is associated.
      Returns:
    • setSkuReferenceValue

      public void setSkuReferenceValue(String skuReferenceValue)
      The value of the SKU reference. This will be one of SKU contextId, SKU external ID, arbitrary SKU code, UPC, EAN, or GTIN.
      Parameters:
      skuReferenceValue -
      See Also:
    • setQuantity

      public void setQuantity(int quantity)
      Quantity delta that is being requested (i.e. the number to reserve). These must always be positive numbers, even when decrementing inventory.
      Parameters:
      quantity -
    • setReferenceNumber

      public void setReferenceNumber(String referenceNumber)
      This can be any number, but is typically the Order Item ID or Fulfillment Item ID. It must be unique within a tenant (e.g. a UUID, ULID, or any identifier that is unique across Fulfillment Items with which this reservation is associated.
      Parameters:
      referenceNumber -
    • 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