Class ExternalDatabase

    • Constructor Detail

      • ExternalDatabase

        public ExternalDatabase()
    • Method Detail

      • getDatabaseSupplier

        public Contact getDatabaseSupplier()
      • setDatabaseSupplier

        public void setDatabaseSupplier​(Contact databaseSupplier)
      • getFtpUri

        public String getFtpUri()
      • setFtpUri

        public void setFtpUri​(String ftpUri)
      • getLocalInstallDbName

        public String getLocalInstallDbName()
        Returns:
        The name of the database on a local server.
      • setLocalInstallDbName

        public void setLocalInstallDbName​(String localInstallDbName)
      • getWebUri

        public String getWebUri()
      • setWebUri

        public void setWebUri​(String webUri)
      • setExternalDatabases

        public void setExternalDatabases​(Set<ExternalDatabase> externalDatabases)
      • setReleaseVersion

        public void setReleaseVersion​(@Nullable
                                      String releaseVersion)
      • setReleaseUrl

        public void setReleaseUrl​(@Nullable
                                  URL releaseUrl)
      • setLastUpdated

        public void setLastUpdated​(@Nullable
                                   Date lastUpdated)
      • equals

        public boolean equals​(Object object)
        Description copied from class: AbstractIdentifiable
        Important note: Two objects with the same class and non-null ID must be considered equal. If one or both IDs are nulls, the rest of the state can be used to determine equality.
        Specified by:
        equals in class AbstractIdentifiable