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