Interface InventoryEvent

All Superinterfaces:
BusinessObject
All Known Implementing Classes:
InventoryEventImpl

public interface InventoryEvent extends BusinessObject
  • Method Details

    • getInventoryProcessor

      InventoryProcessor getInventoryProcessor()
    • setInventoryProcessor

      void setInventoryProcessor(InventoryProcessor inventoryProcessor)
    • getInventoryResults

      Map getInventoryResults()
    • setInventoryResults

      void setInventoryResults(Map inventoryResults)