Class DmnEvaluatedInputImpl

    • Field Detail

      • id

        protected java.lang.String id
      • name

        protected java.lang.String name
      • inputVariable

        protected java.lang.String inputVariable
    • Method Detail

      • getId

        public java.lang.String getId()
        Specified by:
        getId in interface DmnEvaluatedInput
        Returns:
        the id of the evaluated input or null if not set
      • setId

        public void setId​(java.lang.String id)
      • getName

        public java.lang.String getName()
        Specified by:
        getName in interface DmnEvaluatedInput
        Returns:
        the name of the evaluated input or null if not set
      • setName

        public void setName​(java.lang.String name)
      • getInputVariable

        public java.lang.String getInputVariable()
        Specified by:
        getInputVariable in interface DmnEvaluatedInput
        Returns:
        the input variable name for the input
      • setInputVariable

        public void setInputVariable​(java.lang.String inputVariable)
      • setValue

        public void setValue​(TypedValue value)
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object