Class DatabaseConfig


  • public class DatabaseConfig
    extends Object
    Author:
    Daniel Bernstein Date: Feb 12, 2014
    • Constructor Detail

      • DatabaseConfig

        public DatabaseConfig()
    • Method Detail

      • getUrl

        public String getUrl()
        Returns:
        the url
      • setUrl

        public void setUrl​(String url)
        Parameters:
        url - the url to set
      • getUsername

        public String getUsername()
        Returns:
        the username
      • setUsername

        public void setUsername​(String username)
        Parameters:
        username - the username to set
      • getPassword

        public String getPassword()
        Returns:
        the password
      • setPassword

        public void setPassword​(String password)
        Parameters:
        password - the password to set
      • isClean

        public boolean isClean()
        Returns:
        the clean
      • setClean

        public void setClean​(boolean clean)
        Flag indicating that the database should be wiped clean on initialization.
        Parameters:
        clean - the clean to set