Package de.smartsquare.squit.entity
Class SquitDatabaseConfiguration
-
- All Implemented Interfaces:
public final class SquitDatabaseConfigurationData class storing the configuration of a single database.
-
-
Constructor Summary
Constructors Constructor Description SquitDatabaseConfiguration(String name, String jdbcAddress, String username, String password)
-
Method Summary
Modifier and Type Method Description final StringgetName()The assigned name of the configuration. final StringgetJdbcAddress()The jdbc address, used to connect. final StringgetUsername()The username to use when connecting. final StringgetPassword()The password to use when connecting. -
-
Method Detail
-
getJdbcAddress
final String getJdbcAddress()
The jdbc address, used to connect.
-
getUsername
final String getUsername()
The username to use when connecting.
-
getPassword
final String getPassword()
The password to use when connecting.
-
-
-
-