Class SkuInventoryAvailabilityRequest
java.lang.Object
com.broadleafcommerce.cartoperation.domain.SkuInventoryAvailabilityRequest
- All Implemented Interfaces:
- Serializable
Request to check availability for a SKU with a specified minimum quantity.
- Author:
- Marie Standeven
- See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected booleanbooleanQuantity delta that is being requested (i.e.The value of the SKU reference.inthashCode()voidsetQuantityRequested(Integer quantityRequested) Quantity delta that is being requested (i.e.voidsetSkuCode(String skuCode) The value of the SKU reference.toString()
- 
Constructor Details- 
SkuInventoryAvailabilityRequestpublic SkuInventoryAvailabilityRequest()
 
- 
- 
Method Details- 
getSkuCodeThe value of the SKU reference. This will be one of SKU contextId, SKU external ID, arbitrary SKU code, UPC, EAN, or GTIN.
- 
getQuantityRequestedQuantity delta that is being requested (i.e. the number to check). These must always be positive numbers.
- 
setSkuCodeThe value of the SKU reference. This will be one of SKU contextId, SKU external ID, arbitrary SKU code, UPC, EAN, or GTIN.
- 
setQuantityRequestedQuantity delta that is being requested (i.e. the number to check). These must always be positive numbers.
- 
toString
- 
equals
- 
canEqual
- 
hashCodepublic int hashCode()
 
-