Class EntityEcaCondition

  • All Implemented Interfaces:
    java.io.Serializable

    public final class EntityEcaCondition
    extends java.lang.Object
    implements java.io.Serializable
    EntityEcaCondition
    See Also:
    Serialized Form
    • Field Detail

      • module

        public static final java.lang.String module
      • lhsValueName

        protected java.lang.String lhsValueName
      • rhsValueName

        protected java.lang.String rhsValueName
      • operator

        protected java.lang.String operator
      • compareType

        protected java.lang.String compareType
      • format

        protected java.lang.String format
      • constant

        protected boolean constant
      • isService

        protected boolean isService
      • conditionService

        protected java.lang.String conditionService
    • Constructor Detail

      • EntityEcaCondition

        public EntityEcaCondition​(org.w3c.dom.Element condition,
                                  boolean constant,
                                  boolean isService)
    • Method Detail

      • getLValue

        public java.lang.String getLValue()
      • getRValue

        public java.lang.String getRValue()
      • getOperator

        public java.lang.String getOperator()
      • toString

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

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

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • getFieldNames

        protected java.util.List<java.lang.String> getFieldNames()