Class SkuInventoryReservationResponse
- java.lang.Object
-
- com.broadleafcommerce.cartoperation.domain.SkuInventoryReservationResponse
-
public class SkuInventoryReservationResponse extends Object
Simple wrapper to containInventoryTransactionrecords after an Inventory Reservation.- Author:
- Kelly Tisdell (ktisdell)
-
-
Constructor Summary
Constructors Constructor Description SkuInventoryReservationResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)List<InventoryTransaction>getInventoryTransactions()List of associatedInventoryTransactions.inthashCode()voidsetInventoryTransactions(List<InventoryTransaction> inventoryTransactions)List of associatedInventoryTransactions.StringtoString()
-
-
-
Method Detail
-
getInventoryTransactions
public List<InventoryTransaction> getInventoryTransactions()
List of associatedInventoryTransactions.
-
setInventoryTransactions
public void setInventoryTransactions(List<InventoryTransaction> inventoryTransactions)
List of associatedInventoryTransactions.
-
canEqual
protected boolean canEqual(Object other)
-
-