Class DatasourceBean

java.lang.Object
ru.cg.webbpm.studio.database.ui.DatasourceBean

public class DatasourceBean extends Object
Author:
Kochetkov
  • Property Details

  • Constructor Details

    • DatasourceBean

      public DatasourceBean()
  • Method Details

    • getHost

      public String getHost()
      Gets the value of the property host.
      Property description:
    • setHost

      public void setHost(String host)
      Sets the value of the property host.
      Property description:
    • hostProperty

      public javafx.beans.property.SimpleStringProperty hostProperty()
      See Also:
    • getDbName

      public String getDbName()
      Gets the value of the property dbName.
      Property description:
    • setDbName

      public void setDbName(String dbName)
      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

      public String getUser()
      Gets the value of the property user.
      Property description:
    • setUser

      public void setUser(String user)
      Sets the value of the property user.
      Property description:
    • userProperty

      public javafx.beans.property.SimpleStringProperty userProperty()
      See Also:
    • getPassword

      public String getPassword()
      Gets the value of the property password.
      Property description:
    • setPassword

      public void setPassword(String password)
      Sets the value of the property password.
      Property description:
    • passwordProperty

      public javafx.beans.property.SimpleStringProperty passwordProperty()
      See Also:
    • getDbBeanPackage

      public String getDbBeanPackage()
      Gets the value of the property dbBeanPackage.
      Property description:
    • setDbBeanPackage

      public void setDbBeanPackage(String dbBeanPackage)
      Sets the value of the property dbBeanPackage.
      Property description:
    • dbBeanPackageProperty

      public javafx.beans.property.SimpleStringProperty dbBeanPackageProperty()
      See Also:
    • getSchemas

      public javafx.collections.ObservableList<String> getSchemas()
    • setSchemas

      public void setSchemas(javafx.collections.ObservableList<String> schemas)
    • getPrefixUrl

      public String getPrefixUrl()
      Gets the value of the property prefixUrl.
      Property description:
    • prefixUrlProperty

      public javafx.beans.property.SimpleStringProperty prefixUrlProperty()
      See Also:
    • setSuffixUrl

      public void setSuffixUrl(String suffixUrl)
      Sets the value of the property suffixUrl.
      Property description:
    • getSuffixUrl

      public String getSuffixUrl()
      Gets the value of the property suffixUrl.
      Property description:
    • suffixUrlProperty

      public javafx.beans.property.SimpleStringProperty suffixUrlProperty()
      See Also:
    • setPrefixUrl

      public void setPrefixUrl(String prefixUrl)
      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: