Class InventoryEventImpl
java.lang.Object
com.softslate.commerce.businessobjects.core.BaseBusinessObject
com.softslate.commerce.businessobjects.events.InventoryEventImpl
- All Implemented Interfaces:
BusinessObject
,InventoryEvent
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setInventoryProcessor
(InventoryProcessor inventoryProcessor) void
setInventoryResults
(Map inventoryResults) Methods inherited from class com.softslate.commerce.businessobjects.core.BaseBusinessObject
initialize
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.softslate.commerce.businessobjects.core.BusinessObject
initialize
-
Field Details
-
inventoryProcessor
-
inventoryResults
-
-
Constructor Details
-
InventoryEventImpl
public InventoryEventImpl()
-
-
Method Details
-
getInventoryProcessor
- Specified by:
getInventoryProcessor
in interfaceInventoryEvent
-
setInventoryProcessor
- Specified by:
setInventoryProcessor
in interfaceInventoryEvent
-
getInventoryResults
- Specified by:
getInventoryResults
in interfaceInventoryEvent
-
setInventoryResults
- Specified by:
setInventoryResults
in interfaceInventoryEvent
-