@Entity public class File extends Object implements Serializable
Constructor and Description |
---|
File() |
File(Integer fileId) |
File(Integer fileId,
String filePath) |
public File()
public File(Integer fileId)
public Integer getFileId()
public void setFileId(Integer fileId)
public String getFilePath()
public void setFilePath(String filePath)
public String getMd5sum()
public void setMd5sum(String md5sum)
public String getUrl()
public void setUrl(String url)
public String getUrlLabel()
public void setUrlLabel(String urlLabel)
public String getType()
public void setType(String type)
public String getMetaType()
public void setMetaType(String metaType)
public String getDescription()
public void setDescription(String description)
public Integer getSwAccession()
public void setSwAccession(Integer swAccession)
public BigInteger getSize()
public void setSize(BigInteger size)
public Boolean getSkip()
public void setSkip(Boolean skip)
public Collection<FileAttribute> getFileAttributeCollection()
public void setFileAttributeCollection(Collection<FileAttribute> fileAttributeCollection)
public Registration getOwnerId()
public void setOwnerId(Registration ownerId)
public FileType getFileTypeId()
public void setFileTypeId(FileType fileTypeId)
public Collection<ProcessingFiles> getProcessingFilesCollection()
public void setProcessingFilesCollection(Collection<ProcessingFiles> processingFilesCollection)
public Collection<WorkflowRun> getWorkflowRunCollection()
public void setWorkflowRunCollection(Collection<WorkflowRun> workflowRunCollection)
Copyright © 2015 SeqWare. All rights reserved.