Class BioModelRelease

    • Constructor Detail

      • BioModelRelease

        public BioModelRelease​(String releaseName,
                               String ftpDirectory,
                               Date releaseDate,
                               File archivFile)
      • BioModelRelease

        public BioModelRelease​(String releaseName,
                               String ftpDirectory,
                               Date releaseDate)
    • Method Detail

      • getReleaseName

        public String getReleaseName()
      • getReleaseDate

        public Date getReleaseDate()
      • getArchivFile

        public File getArchivFile()
      • setArchivFile

        public boolean setArchivFile​(File archivFile)
      • getModelList

        public Set<String> getModelList()
      • getModelPath

        public File getModelPath​(String fileId)
      • getFtpDirectory

        public String getFtpDirectory()
      • getContentDir

        public File getContentDir()
      • setContentDir

        public boolean setContentDir​(File contentDir,
                                     Map<String,​File> modelMap)
      • isDownloaded

        public boolean isDownloaded()
      • isExtracted

        public boolean isExtracted()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object