Class ConditionGroupModel
java.lang.Object
ru.cg.webbpm.studio.subsystem.database.entity_graph.editor.bean.ConditionGroupModel
- Author:
- Kochetkov
-
Property Summary
Properties -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
javafx.collections.ObservableList<ConditionModel>
javafx.collections.ObservableList<javafx.beans.property.SimpleObjectProperty<ConditionGroupModel>>
Gets the value of the property operator.int
hashCode()
javafx.beans.property.SimpleObjectProperty<Operator>
void
setConditions
(javafx.collections.ObservableList<ConditionModel> conditions) void
setGroups
(javafx.collections.ObservableList<javafx.beans.property.SimpleObjectProperty<ConditionGroupModel>> groups) void
setOperator
(Operator operator) Sets the value of the property operator.
-
Property Details
-
operator
- See Also:
-
-
Constructor Details
-
ConditionGroupModel
public ConditionGroupModel()
-
-
Method Details
-
getOperator
Gets the value of the property operator.- Property description:
-
setOperator
Sets the value of the property operator.- Property description:
-
operatorProperty
- See Also:
-
getConditions
-
setConditions
-
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
-
hashCode
public int hashCode()
-