public class BioModelRelease extends Object implements Comparable<BioModelRelease>
Constructor and Description |
---|
BioModelRelease(String releaseName,
String ftpDirectory,
Date releaseDate) |
BioModelRelease(String releaseName,
String ftpDirectory,
Date releaseDate,
File archivFile) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(BioModelRelease model) |
boolean |
equals(Object obj) |
File |
getArchivFile() |
File |
getContentDir() |
String |
getFtpDirectory() |
Set<String> |
getModelList() |
File |
getModelPath(String fileId) |
Date |
getReleaseDate() |
String |
getReleaseName() |
int |
hashCode() |
boolean |
isDownloaded() |
boolean |
isExtracted() |
boolean |
setArchivFile(File archivFile) |
boolean |
setContentDir(File contentDir,
Map<String,File> modelMap) |
String |
toString() |
public BioModelRelease(String releaseName, String ftpDirectory, Date releaseDate, File archivFile)
public String getReleaseName()
public Date getReleaseDate()
public File getArchivFile()
public boolean setArchivFile(File archivFile)
public String getFtpDirectory()
public File getContentDir()
public boolean isDownloaded()
public boolean isExtracted()
public int compareTo(BioModelRelease model)
compareTo
in interface Comparable<BioModelRelease>
Copyright © 2019 SEMS (Simulation Experiment Management for Systems Biology). All rights reserved.