Package es.imim.DISGENET.database
Interface DatabaseManager
- All Known Implementing Classes:
DatabaseManagerImpl
public interface DatabaseManager
This interface handles the database connection for all database functions
- Author:
- mrautschka
-
Method Summary
-
Method Details
-
setApiKey
Sets the API key.- Parameters:
apiKey
- the API key to set
-
getApiKey
String getApiKey()Gets the API key.- Returns:
- the saved API key
-