@Entity public class StudyType extends Object implements Serializable
Constructor and Description |
---|
StudyType() |
StudyType(Integer studyTypeId) |
StudyType(Integer studyTypeId,
String name) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object object) |
String |
getDescription() |
Collection<Lane> |
getLaneCollection() |
String |
getName() |
Collection<Study> |
getStudyCollection() |
Integer |
getStudyTypeId() |
int |
hashCode() |
void |
setDescription(String description) |
void |
setLaneCollection(Collection<Lane> laneCollection) |
void |
setName(String name) |
void |
setStudyCollection(Collection<Study> studyCollection) |
void |
setStudyTypeId(Integer studyTypeId) |
String |
toString() |
public StudyType()
public StudyType(Integer studyTypeId)
public Integer getStudyTypeId()
public void setStudyTypeId(Integer studyTypeId)
public String getName()
public void setName(String name)
public String getDescription()
public void setDescription(String description)
public Collection<Study> getStudyCollection()
public void setStudyCollection(Collection<Study> studyCollection)
public Collection<Lane> getLaneCollection()
public void setLaneCollection(Collection<Lane> laneCollection)
Copyright © 2015 SeqWare. All rights reserved.