org.broadleafcommerce.inventory.service.workflow
Class InventoryState
java.lang.Object
org.broadleafcommerce.inventory.service.workflow.InventoryState
- All Implemented Interfaces:
- Serializable
public class InventoryState
- extends Object
- implements Serializable
Contains the inventory state in case of a rollback.
- Author:
- Kelly Tisdell
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InventoryState
public InventoryState()
getSkuQuantityMap
public Map<org.broadleafcommerce.core.catalog.domain.Sku,Integer> getSkuQuantityMap()
setSkuQuantityMap
public void setSkuQuantityMap(Map<org.broadleafcommerce.core.catalog.domain.Sku,Integer> skuQuantityMap)
getFulfillmentLocation
public FulfillmentLocation getFulfillmentLocation()
setFulfillmentLocation
public void setFulfillmentLocation(FulfillmentLocation fulfillmentLocation)
Copyright © 2013. All Rights Reserved.