Interface DatabaseManager

All Known Implementing Classes:
DatabaseManagerImpl

public interface DatabaseManager
This interface handles the database connection for all database functions
Author:
mrautschka
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the API key.
    void
    setApiKey(String apiKey)
    Sets the API key.
  • Method Details

    • setApiKey

      void setApiKey(String apiKey)
      Sets the API key.
      Parameters:
      apiKey - the API key to set
    • getApiKey

      String getApiKey()
      Gets the API key.
      Returns:
      the saved API key