Class EventDefinition

    • Field Detail

      • eventType

        protected String eventType
      • implementationType

        protected String implementationType
      • expression

        protected String expression
      • resultVariable

        protected String resultVariable
    • Constructor Detail

      • EventDefinition

        public EventDefinition()
    • Method Detail

      • getId

        public String getId()
      • setId

        public void setId​(String id)
      • getEventType

        public String getEventType()
      • setEventType

        public void setEventType​(String eventType)
      • getImplementationType

        public String getImplementationType()
      • setImplementationType

        public void setImplementationType​(String implementationType)
      • getExpression

        public String getExpression()
      • setExpression

        public void setExpression​(String expression)
      • getResultVariable

        public String getResultVariable()
      • setResultVariable

        public void setResultVariable​(String resultVariable)