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