Class SPIDDMFormRuleCondition.Operand

java.lang.Object
com.liferay.dynamic.data.mapping.spi.converter.model.SPIDDMFormRuleCondition.Operand
Enclosing class:
SPIDDMFormRuleCondition

public static class SPIDDMFormRuleCondition.Operand extends Object
  • Constructor Details

    • Operand

      public Operand()
    • Operand

      public Operand(String type, String value)
  • Method Details

    • equals

      public boolean equals(Object object)
      Overrides:
      equals in class Object
    • getType

      public String getType()
    • getValue

      public String getValue()
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • setType

      public void setType(String type)
    • setValue

      public void setValue(String value)