@Entity public class StudyAttribute extends Object implements Serializable
Constructor and Description |
---|
StudyAttribute() |
StudyAttribute(Integer studyAttributeId) |
StudyAttribute(Integer studyAttributeId,
String tag,
String value) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object object) |
Integer |
getStudyAttributeId() |
Study |
getStudyId() |
String |
getTag() |
String |
getUnits() |
String |
getValue() |
int |
hashCode() |
void |
setStudyAttributeId(Integer studyAttributeId) |
void |
setStudyId(Study studyId) |
void |
setTag(String tag) |
void |
setUnits(String units) |
void |
setValue(String value) |
String |
toString() |
public StudyAttribute()
public StudyAttribute(Integer studyAttributeId)
public Integer getStudyAttributeId()
public void setStudyAttributeId(Integer studyAttributeId)
public String getTag()
public void setTag(String tag)
public String getValue()
public void setValue(String value)
public String getUnits()
public void setUnits(String units)
public Study getStudyId()
public void setStudyId(Study studyId)
Copyright © 2015 SeqWare. All rights reserved.