-
- All Implemented Interfaces:
public class DatabaseConfigData holder with database config values.
-
-
Method Summary
Modifier and Type Method Description DataBaseTypegetDatabaseType()voidsetDatabaseType(DataBaseType databaseType)StringgetHost()voidsetHost(String host)intgetPort()voidsetPort(int port)StringgetDatabase()voidsetDatabase(String database)StringgetUsername()voidsetUsername(String username)StringgetPassword()voidsetPassword(String password)voidsetDebug(boolean debug)booleanisDebug()-
-
Method Detail
-
getDatabaseType
DataBaseType getDatabaseType()
-
setDatabaseType
void setDatabaseType(DataBaseType databaseType)
-
getPort
int getPort()
-
setPort
void setPort(int port)
-
getDatabase
String getDatabase()
-
setDatabase
void setDatabase(String database)
-
getUsername
String getUsername()
-
setUsername
void setUsername(String username)
-
getPassword
String getPassword()
-
setPassword
void setPassword(String password)
-
setDebug
void setDebug(boolean debug)
-
isDebug
boolean isDebug()
-
-
-
-