Class SkuInventoryReservationResponse
- java.lang.Object
-
- com.broadleafcommerce.cartoperation.domain.SkuInventoryReservationResponse
-
public class SkuInventoryReservationResponse extends Object
Simple wrapper to containInventoryTransaction
records 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 boolean
canEqual(Object other)
boolean
equals(Object o)
List<InventoryTransaction>
getInventoryTransactions()
List of associatedInventoryTransaction
s.int
hashCode()
void
setInventoryTransactions(List<InventoryTransaction> inventoryTransactions)
List of associatedInventoryTransaction
s.String
toString()
-
-
-
Method Detail
-
getInventoryTransactions
public List<InventoryTransaction> getInventoryTransactions()
List of associatedInventoryTransaction
s.
-
setInventoryTransactions
public void setInventoryTransactions(List<InventoryTransaction> inventoryTransactions)
List of associatedInventoryTransaction
s.
-
canEqual
protected boolean canEqual(Object other)
-
-