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

public class Binding extends Object
Author:
Kochetkov
  • Property Details

  • Constructor Details

    • Binding

      public Binding()
  • Method Details

    • getFromEntity

      public Entity getFromEntity()
      Gets the value of the property fromEntity.
      Property description:
    • setFromEntity

      public void setFromEntity(Entity fromEntity)
      Sets the value of the property fromEntity.
      Property description:
    • fromEntityProperty

      public javafx.beans.property.SimpleObjectProperty<Entity> fromEntityProperty()
      See Also:
    • getToEntity

      public Entity getToEntity()
      Gets the value of the property toEntity.
      Property description:
    • setToEntity

      public void setToEntity(Entity toEntity)
      Sets the value of the property toEntity.
      Property description:
    • toEntityProperty

      public javafx.beans.property.SimpleObjectProperty<Entity> toEntityProperty()
      See Also:
    • getRequired

      public boolean getRequired()
      Gets the value of the property required.
      Property description:
    • setRequired

      public void setRequired(boolean required)
      Sets the value of the property required.
      Property description:
    • requiredProperty

      public javafx.beans.property.SimpleBooleanProperty requiredProperty()
      See Also:
    • getOnlyForSave

      public boolean getOnlyForSave()
      Gets the value of the property onlyForSave.
      Property description:
    • setOnlyForSave

      public void setOnlyForSave(boolean onlyForSave)
      Sets the value of the property onlyForSave.
      Property description:
    • onlyForSaveProperty

      public javafx.beans.property.SimpleBooleanProperty onlyForSaveProperty()
      See Also:
    • getFromField

      public TableColumn getFromField()
      Gets the value of the property fromField.
      Property description:
    • setFromField

      public void setFromField(TableColumn fromField)
      Sets the value of the property fromField.
      Property description:
    • fromFieldProperty

      public javafx.beans.property.SimpleObjectProperty<TableColumn> fromFieldProperty()
      See Also:
    • getToField

      public TableColumn getToField()
      Gets the value of the property toField.
      Property description:
    • setToField

      public void setToField(TableColumn toField)
      Sets the value of the property toField.
      Property description:
    • toFieldProperty

      public javafx.beans.property.SimpleObjectProperty<TableColumn> toFieldProperty()
      See Also:
    • getConditionGroup

      public ConditionGroupModel getConditionGroup()
      Gets the value of the property conditionGroup.
      Property description:
    • conditionGroupProperty

      public javafx.beans.property.SimpleObjectProperty<ConditionGroupModel> conditionGroupProperty()
      See Also:
    • setConditionGroup

      public void setConditionGroup(ConditionGroupModel conditionGroup)
      Sets the value of the property conditionGroup.
      Property description:
    • equals

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

      public int hashCode()
      Overrides:
      hashCode in class Object