Package ru.cg.webbpm.studio.database.ui
Class DatasourceBean
java.lang.Object
ru.cg.webbpm.studio.database.ui.DatasourceBean
- Author:
- Kochetkov
-
Property Summary
PropertiesTypePropertyDescriptionjavafx.beans.property.SimpleStringProperty
javafx.beans.property.SimpleStringProperty
javafx.beans.property.SimpleStringProperty
javafx.beans.property.SimpleBooleanProperty
javafx.beans.property.SimpleStringProperty
javafx.beans.property.SimpleIntegerProperty
javafx.beans.property.SimpleStringProperty
javafx.beans.property.SimpleObjectProperty<org.jooq.SQLDialect>
javafx.beans.property.SimpleStringProperty
javafx.beans.property.SimpleStringProperty
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjavafx.beans.property.SimpleStringProperty
javafx.beans.property.SimpleStringProperty
Gets the value of the property dbBeanPackage.Gets the value of the property dbName.getHost()
Gets the value of the property host.Gets the value of the property password.int
getPort()
Gets the value of the property port.Gets the value of the property prefixUrl.javafx.collections.ObservableList<String>
org.jooq.SQLDialect
Gets the value of the property sqlDialect.Gets the value of the property suffixUrl.getUser()
Gets the value of the property user.javafx.beans.property.SimpleStringProperty
boolean
Gets the value of the property manually.javafx.beans.property.SimpleBooleanProperty
javafx.beans.property.SimpleStringProperty
javafx.beans.property.SimpleIntegerProperty
javafx.beans.property.SimpleStringProperty
void
setDbBeanPackage
(String dbBeanPackage) Sets the value of the property dbBeanPackage.void
Sets the value of the property dbName.void
Sets the value of the property host.void
setManually
(boolean manually) Sets the value of the property manually.void
setPassword
(String password) Sets the value of the property password.void
setPort
(int port) Sets the value of the property port.void
setPrefixUrl
(String prefixUrl) Sets the value of the property prefixUrl.void
setSchemas
(javafx.collections.ObservableList<String> schemas) void
setSqlDialect
(org.jooq.SQLDialect sqlDialect) Sets the value of the property sqlDialect.void
setSuffixUrl
(String suffixUrl) Sets the value of the property suffixUrl.void
Sets the value of the property user.javafx.beans.property.SimpleObjectProperty<org.jooq.SQLDialect>
javafx.beans.property.SimpleStringProperty
javafx.beans.property.SimpleStringProperty
-
Property Details
-
host
public javafx.beans.property.SimpleStringProperty hostProperty- See Also:
-
dbName
public javafx.beans.property.SimpleStringProperty dbNameProperty- See Also:
-
port
public javafx.beans.property.SimpleIntegerProperty portProperty- See Also:
-
sqlDialect
public javafx.beans.property.SimpleObjectProperty<org.jooq.SQLDialect> sqlDialectProperty- See Also:
-
user
public javafx.beans.property.SimpleStringProperty userProperty- See Also:
-
password
public javafx.beans.property.SimpleStringProperty passwordProperty- See Also:
-
dbBeanPackage
public javafx.beans.property.SimpleStringProperty dbBeanPackageProperty- See Also:
-
prefixUrl
public javafx.beans.property.SimpleStringProperty prefixUrlProperty- See Also:
-
suffixUrl
public javafx.beans.property.SimpleStringProperty suffixUrlProperty- See Also:
-
manually
public javafx.beans.property.SimpleBooleanProperty manuallyProperty- See Also:
-
-
Constructor Details
-
DatasourceBean
public DatasourceBean()
-
-
Method Details
-
getHost
Gets the value of the property host.- Property description:
-
setHost
Sets the value of the property host.- Property description:
-
hostProperty
public javafx.beans.property.SimpleStringProperty hostProperty()- See Also:
-
getDbName
Gets the value of the property dbName.- Property description:
-
setDbName
Sets the value of the property dbName.- Property description:
-
dbNameProperty
public javafx.beans.property.SimpleStringProperty dbNameProperty()- See Also:
-
getPort
public int getPort()Gets the value of the property port.- Property description:
-
setPort
public void setPort(int port) Sets the value of the property port.- Property description:
-
portProperty
public javafx.beans.property.SimpleIntegerProperty portProperty()- See Also:
-
getSqlDialect
public org.jooq.SQLDialect getSqlDialect()Gets the value of the property sqlDialect.- Property description:
-
setSqlDialect
public void setSqlDialect(org.jooq.SQLDialect sqlDialect) Sets the value of the property sqlDialect.- Property description:
-
sqlDialectProperty
public javafx.beans.property.SimpleObjectProperty<org.jooq.SQLDialect> sqlDialectProperty()- See Also:
-
getUser
Gets the value of the property user.- Property description:
-
setUser
Sets the value of the property user.- Property description:
-
userProperty
public javafx.beans.property.SimpleStringProperty userProperty()- See Also:
-
getPassword
Gets the value of the property password.- Property description:
-
setPassword
Sets the value of the property password.- Property description:
-
passwordProperty
public javafx.beans.property.SimpleStringProperty passwordProperty()- See Also:
-
getDbBeanPackage
Gets the value of the property dbBeanPackage.- Property description:
-
setDbBeanPackage
Sets the value of the property dbBeanPackage.- Property description:
-
dbBeanPackageProperty
public javafx.beans.property.SimpleStringProperty dbBeanPackageProperty()- See Also:
-
getSchemas
-
setSchemas
-
getPrefixUrl
Gets the value of the property prefixUrl.- Property description:
-
prefixUrlProperty
public javafx.beans.property.SimpleStringProperty prefixUrlProperty()- See Also:
-
setSuffixUrl
Sets the value of the property suffixUrl.- Property description:
-
getSuffixUrl
Gets the value of the property suffixUrl.- Property description:
-
suffixUrlProperty
public javafx.beans.property.SimpleStringProperty suffixUrlProperty()- See Also:
-
setPrefixUrl
Sets the value of the property prefixUrl.- Property description:
-
isManually
public boolean isManually()Gets the value of the property manually.- Property description:
-
manuallyProperty
public javafx.beans.property.SimpleBooleanProperty manuallyProperty()- See Also:
-
setManually
public void setManually(boolean manually) Sets the value of the property manually.- Property description:
-