Class RuleEventSetting


  • public class RuleEventSetting
    extends java.lang.Object
    Settings of an IAEvent
    • Constructor Detail

      • RuleEventSetting

        public RuleEventSetting()
    • Method Detail

      • getStoreName

        public UC4ObjectName getStoreName()
        Provides the Store object which this Event is linked to.
        Returns:
        A Store object.
      • setStoreName

        public void setStoreName​(UC4ObjectName storeName)
        Sets the Store object which this Event is linked to.
        Parameters:
        storeName - name of a Store object.
      • getEventKeyValues

        public java.util.Map<java.lang.String,​java.lang.String> getEventKeyValues()
        Provides a Map with all Value-Key pairs for this IA Event
        Returns:
        map with key-value pairs
      • setHost

        public void setHost​(UC4HostName host)
        Set the host destination
        Parameters:
        host - name of the host
      • getHost

        public UC4HostName getHost()
        Provides the name of the host destination
        Returns:
        host name object