Class InventoryAvailabilityRequest
java.lang.Object
com.broadleafcommerce.cartoperation.service.provider.external.domain.inventory.InventoryAvailabilityRequest
- All Implemented Interfaces:
Serializable
A request DTO to fetch the inventory availability status of a catalog item.
- Author:
- Marie Standeven (mariestandeven)
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
Map holding any additional attributes passed in the request not matching any defined properties.int
The quantity being requested for this item.getSku()
This Stock Keeping Unit that uniquely identifies this item.int
hashCode()
void
setAdditionalAttributes
(Map<String, Object> additionalAttributes) Map holding any additional attributes passed in the request not matching any defined properties.void
setQuantity
(int quantity) The quantity being requested for this item.void
This Stock Keeping Unit that uniquely identifies this item.toString()
-
Constructor Details
-
InventoryAvailabilityRequest
public InventoryAvailabilityRequest()
-
-
Method Details
-
getSku
This Stock Keeping Unit that uniquely identifies this item. -
getQuantity
public int getQuantity()The quantity being requested for this item. -
getAdditionalAttributes
Map holding any additional attributes passed in the request not matching any defined properties. -
setSku
This Stock Keeping Unit that uniquely identifies this item. -
setQuantity
public void setQuantity(int quantity) The quantity being requested for this item. -
setAdditionalAttributes
Map holding any additional attributes passed in the request not matching any defined properties. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-