org.broadleafcommerce.inventory.service.workflow
Class InventoryState

java.lang.Object
  extended by 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

Constructor Summary
InventoryState()
           
 
Method Summary
 FulfillmentLocation getFulfillmentLocation()
           
 Map<org.broadleafcommerce.core.catalog.domain.Sku,Integer> getSkuQuantityMap()
           
 void setFulfillmentLocation(FulfillmentLocation fulfillmentLocation)
           
 void setSkuQuantityMap(Map<org.broadleafcommerce.core.catalog.domain.Sku,Integer> skuQuantityMap)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InventoryState

public InventoryState()
Method Detail

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.