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

public class Entity extends Object
Author:
Kochetkov
  • Property Details

  • Constructor Details

  • Method Details

    • getName

      public String getName()
      Gets the value of the property name.
      Property description:
    • setName

      public void setName(String name)
      Sets the value of the property name.
      Property description:
    • nameProperty

      public javafx.beans.property.SimpleStringProperty nameProperty()
      See Also:
    • getX

      public double getX()
      Gets the value of the property x.
      Property description:
    • setX

      public void setX(double x)
      Sets the value of the property x.
      Property description:
    • xProperty

      public javafx.beans.property.SimpleDoubleProperty xProperty()
      See Also:
    • getY

      public double getY()
      Gets the value of the property y.
      Property description:
    • setY

      public void setY(double y)
      Sets the value of the property y.
      Property description:
    • yProperty

      public javafx.beans.property.SimpleDoubleProperty yProperty()
      See Also:
    • getTable

      public Table getTable()
    • setTable

      public void setTable(Table table)
    • getMain

      public boolean getMain()
      Gets the value of the property main.
      Property description:
    • setMain

      public void setMain(boolean main)
      Sets the value of the property main.
      Property description:
    • mainProperty

      public javafx.beans.property.SimpleBooleanProperty mainProperty()
      See Also:
    • getConditionGroup

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

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

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

      public EmptyEntityAction getEmptyEntityAction()
      Gets the value of the property emptyEntityAction.
      Property description:
    • emptyEntityActionProperty

      public javafx.beans.property.SimpleObjectProperty<EmptyEntityAction> emptyEntityActionProperty()
      See Also:
    • setEmptyEntityAction

      public void setEmptyEntityAction(EmptyEntityAction emptyEntityAction)
      Sets the value of the property emptyEntityAction.
      Property description:
    • equals

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

      public int hashCode()
      Overrides:
      hashCode in class Object