Class ReleaseSkuInventoryReservationRequest
java.lang.Object
com.broadleafcommerce.cartoperation.domain.inventory.reservation.ReleaseSkuInventoryReservationRequest
- All Implemented Interfaces:
Serializable
Represents a request to release inventory reservations
- Author:
- Sunny Yu
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
Additional attributes that can be declared for this request.The reservation numbers to identify the reservations by.int
hashCode()
void
setAdditionalAttributes
(Map<String, Object> additionalAttributes) Additional attributes that can be declared for this request.void
setReservationReferenceNumbers
(Set<String> reservationReferenceNumbers) The reservation numbers to identify the reservations by.toString()
-
Constructor Details
-
ReleaseSkuInventoryReservationRequest
public ReleaseSkuInventoryReservationRequest()
-
-
Method Details
-
getReservationReferenceNumbers
The reservation numbers to identify the reservations by.This should be the same value as
SkuInventoryReservationRequestItem.getReferenceNumber()
from the original requests to create the reservations. -
getAdditionalAttributes
Additional attributes that can be declared for this request. -
setReservationReferenceNumbers
The reservation numbers to identify the reservations by.This should be the same value as
SkuInventoryReservationRequestItem.getReferenceNumber()
from the original requests to create the reservations. -
setAdditionalAttributes
Additional attributes that can be declared for this request. -
toString
-
equals
-
canEqual
-
hashCode
public int hashCode()
-