java.lang.Object
ru.cg.webbpm.studio.subsystem.database.entity_graph.editor.bean.ConditionGroupModel

public class ConditionGroupModel extends Object
Author:
Kochetkov
  • Property Details

  • Constructor Details

    • ConditionGroupModel

      public ConditionGroupModel()
  • Method Details

    • getOperator

      public Operator getOperator()
      Gets the value of the property operator.
      Property description:
    • setOperator

      public void setOperator(Operator operator)
      Sets the value of the property operator.
      Property description:
    • operatorProperty

      public javafx.beans.property.SimpleObjectProperty<Operator> operatorProperty()
      See Also:
    • getConditions

      public javafx.collections.ObservableList<ConditionModel> getConditions()
    • setConditions

      public void setConditions(javafx.collections.ObservableList<ConditionModel> conditions)
    • getGroups

      public javafx.collections.ObservableList<javafx.beans.property.SimpleObjectProperty<ConditionGroupModel>> getGroups()
    • setGroups

      public void setGroups(javafx.collections.ObservableList<javafx.beans.property.SimpleObjectProperty<ConditionGroupModel>> groups)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object