Class SkuInventoryReservationResponse
java.lang.Object
com.broadleafcommerce.orderoperation.domain.inventory.SkuInventoryReservationResponse
Simple wrapper to contain
InventoryTransaction
records after an Inventory Reservation.- Since:
- Order Operation Service 2.1.0, Release Train 2.2.0
- Author:
- Kelly Tisdell (ktisdell)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
List of associatedInventoryTransaction
s.int
hashCode()
void
setInventoryTransactions
(List<InventoryTransaction> inventoryTransactions) List of associatedInventoryTransaction
s.toString()
-
Constructor Details
-
SkuInventoryReservationResponse
public SkuInventoryReservationResponse()
-
-
Method Details
-
getInventoryTransactions
List of associatedInventoryTransaction
s. -
setInventoryTransactions
List of associatedInventoryTransaction
s. -
toString
-
equals
-
canEqual
-
hashCode
public int hashCode()
-