Interface ChangingSKUEvent

All Superinterfaces:
BusinessObject
All Known Implementing Classes:
ChangingSKUEventImpl

public interface ChangingSKUEvent extends BusinessObject
  • Method Details

    • getBusinessProcessor

      BusinessProcessor getBusinessProcessor()
    • setBusinessProcessor

      void setBusinessProcessor(BusinessProcessor businessProcessor)
    • getSKU

      SKU getSKU()
    • setSKU

      void setSKU(SKU sku)
    • getIncomingParameters

      Map getIncomingParameters()
    • setIncomingParameters

      void setIncomingParameters(Map incomingParameters)
    • getResults

      Map getResults()
    • setResults

      void setResults(Map results)