public class InventoryState extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected List<InventoryReservation> |
inventoryReservations |
protected Map<FulfillmentLocation,Map<org.broadleafcommerce.core.catalog.domain.Sku,Integer>> |
skuQuantityMap |
| Constructor and Description |
|---|
InventoryState() |
| Modifier and Type | Method and Description |
|---|---|
List<InventoryReservation> |
getInventoryReservations() |
Map<FulfillmentLocation,Map<org.broadleafcommerce.core.catalog.domain.Sku,Integer>> |
getSkuQuantityMap() |
void |
setInventoryReservations(List<InventoryReservation> inventoryReservations) |
void |
setSkuQuantityMap(Map<FulfillmentLocation,Map<org.broadleafcommerce.core.catalog.domain.Sku,Integer>> skuQuantityMap) |
protected Map<FulfillmentLocation,Map<org.broadleafcommerce.core.catalog.domain.Sku,Integer>> skuQuantityMap
protected List<InventoryReservation> inventoryReservations
public Map<FulfillmentLocation,Map<org.broadleafcommerce.core.catalog.domain.Sku,Integer>> getSkuQuantityMap()
public void setSkuQuantityMap(Map<FulfillmentLocation,Map<org.broadleafcommerce.core.catalog.domain.Sku,Integer>> skuQuantityMap)
public List<InventoryReservation> getInventoryReservations()
public void setInventoryReservations(List<InventoryReservation> inventoryReservations)
Copyright © 2020. All rights reserved.