Class ChangingSKUEventImpl
java.lang.Object
com.softslate.commerce.businessobjects.core.BaseBusinessObject
com.softslate.commerce.businessobjects.events.ChangingSKUEventImpl
- All Implemented Interfaces:
BusinessObject
,ChangingSKUEvent
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetSKU()
void
setBusinessProcessor
(BusinessProcessor businessProcessor) void
setIncomingParameters
(Map incomingParameters) void
setResults
(Map results) void
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
-
businessProcessor
-
sku
-
incomingParameters
-
results
-
-
Constructor Details
-
ChangingSKUEventImpl
public ChangingSKUEventImpl()
-
-
Method Details
-
getBusinessProcessor
- Specified by:
getBusinessProcessor
in interfaceChangingSKUEvent
-
setBusinessProcessor
- Specified by:
setBusinessProcessor
in interfaceChangingSKUEvent
-
getSKU
- Specified by:
getSKU
in interfaceChangingSKUEvent
-
setSKU
- Specified by:
setSKU
in interfaceChangingSKUEvent
-
getIncomingParameters
- Specified by:
getIncomingParameters
in interfaceChangingSKUEvent
-
setIncomingParameters
- Specified by:
setIncomingParameters
in interfaceChangingSKUEvent
-
getResults
- Specified by:
getResults
in interfaceChangingSKUEvent
-
setResults
- Specified by:
setResults
in interfaceChangingSKUEvent
-