@Entity public class Study extends Object implements Serializable
Constructor and Description |
---|
Study() |
Study(Integer studyId) |
Study(Integer studyId,
String title,
String centerName,
String centerProjectName,
int projectId,
Date createTstmp) |
public Study()
public Study(Integer studyId)
public Integer getStudyId()
public void setStudyId(Integer studyId)
public String getTitle()
public void setTitle(String title)
public String getAlias()
public void setAlias(String alias)
public String getDescription()
public void setDescription(String description)
public String getAccession()
public void setAccession(String accession)
public String getAbstract1()
public void setAbstract1(String abstract1)
public String getNewType()
public void setNewType(String newType)
public String getCenterName()
public void setCenterName(String centerName)
public String getCenterProjectName()
public void setCenterProjectName(String centerProjectName)
public int getProjectId()
public void setProjectId(int projectId)
public String getStatus()
public void setStatus(String status)
public Integer getSwAccession()
public void setSwAccession(Integer swAccession)
public Date getCreateTstmp()
public void setCreateTstmp(Date createTstmp)
public Timestamp getUpdateTstmp()
public void setUpdateTstmp(Timestamp updateTstmp)
public StudyType getExistingType()
public void setExistingType(StudyType existingType)
public Registration getOwnerId()
public void setOwnerId(Registration ownerId)
public Collection<Experiment> getExperimentCollection()
public void setExperimentCollection(Collection<Experiment> experimentCollection)
public Collection<StudyAttribute> getStudyAttributeCollection()
public void setStudyAttributeCollection(Collection<StudyAttribute> studyAttributeCollection)
public Collection<ShareStudy> getShareStudyCollection()
public void setShareStudyCollection(Collection<ShareStudy> shareStudyCollection)
public Collection<ProcessingStudies> getProcessingStudiesCollection()
public void setProcessingStudiesCollection(Collection<ProcessingStudies> processingStudiesCollection)
Copyright © 2015 SeqWare. All rights reserved.