Class ChangingSKUEventImpl
java.lang.Object
com.softslate.commerce.businessobjects.core.BaseBusinessObject
com.softslate.commerce.businessobjects.events.ChangingSKUEventImpl
- All Implemented Interfaces:
BusinessObject,ChangingSKUEvent
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetSKU()voidsetBusinessProcessor(BusinessProcessor businessProcessor) voidsetIncomingParameters(Map incomingParameters) voidsetResults(Map results) voidMethods 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
-
businessProcessor
-
sku
-
incomingParameters
-
results
-
-
Constructor Details
-
ChangingSKUEventImpl
public ChangingSKUEventImpl()
-
-
Method Details
-
getBusinessProcessor
- Specified by:
getBusinessProcessorin interfaceChangingSKUEvent
-
setBusinessProcessor
- Specified by:
setBusinessProcessorin interfaceChangingSKUEvent
-
getSKU
- Specified by:
getSKUin interfaceChangingSKUEvent
-
setSKU
- Specified by:
setSKUin interfaceChangingSKUEvent
-
getIncomingParameters
- Specified by:
getIncomingParametersin interfaceChangingSKUEvent
-
setIncomingParameters
- Specified by:
setIncomingParametersin interfaceChangingSKUEvent
-
getResults
- Specified by:
getResultsin interfaceChangingSKUEvent
-
setResults
- Specified by:
setResultsin interfaceChangingSKUEvent
-