Class Entity
java.lang.Object
ru.cg.webbpm.studio.subsystem.database.entity_graph.editor.bean.Entity
- Author:
- Kochetkov
-
Property Summary
PropertiesTypePropertyDescriptionjavafx.beans.property.SimpleObjectProperty<ConditionGroupModel>
javafx.beans.property.SimpleObjectProperty<EmptyEntityAction>
javafx.beans.property.SimpleBooleanProperty
javafx.beans.property.SimpleStringProperty
javafx.beans.property.SimpleDoubleProperty
javafx.beans.property.SimpleDoubleProperty
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjavafx.beans.property.SimpleObjectProperty<ConditionGroupModel>
javafx.beans.property.SimpleObjectProperty<EmptyEntityAction>
boolean
Gets the value of the property conditionGroup.Gets the value of the property emptyEntityAction.boolean
getMain()
Gets the value of the property main.getName()
Gets the value of the property name.getTable()
double
getX()
Gets the value of the property x.double
getY()
Gets the value of the property y.int
hashCode()
javafx.beans.property.SimpleBooleanProperty
javafx.beans.property.SimpleStringProperty
void
setConditionGroup
(ConditionGroupModel conditionGroup) Sets the value of the property conditionGroup.void
setEmptyEntityAction
(EmptyEntityAction emptyEntityAction) Sets the value of the property emptyEntityAction.void
setMain
(boolean main) Sets the value of the property main.void
Sets the value of the property name.void
void
setX
(double x) Sets the value of the property x.void
setY
(double y) Sets the value of the property y.javafx.beans.property.SimpleDoubleProperty
javafx.beans.property.SimpleDoubleProperty
-
Property Details
-
name
public javafx.beans.property.SimpleStringProperty nameProperty- See Also:
-
x
public javafx.beans.property.SimpleDoubleProperty xProperty- See Also:
-
y
public javafx.beans.property.SimpleDoubleProperty yProperty- See Also:
-
main
public javafx.beans.property.SimpleBooleanProperty mainProperty- See Also:
-
conditionGroup
-
emptyEntityAction
-
-
Constructor Details
-
Entity
-
-
Method Details
-
getName
Gets the value of the property name.- Property description:
-
setName
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
-
setTable
-
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
Gets the value of the property conditionGroup.- Property description:
-
setConditionGroup
Sets the value of the property conditionGroup.- Property description:
-
conditionGroupProperty
-
getEmptyEntityAction
Gets the value of the property emptyEntityAction.- Property description:
-
emptyEntityActionProperty
-
setEmptyEntityAction
Sets the value of the property emptyEntityAction.- Property description:
-
equals
-
hashCode
public int hashCode()
-