public class StudyAttribute extends Attribute<Study,StudyAttribute> implements Serializable
| Constructor and Description |
|---|
StudyAttribute()
Constructor for StudyAttribute.
|
StudyAttribute(int studyAttributeId,
Study study,
String tag,
String value)
Constructor for StudyAttribute.
|
StudyAttribute(int studyAttributeId,
Study study,
String tag,
String value,
String units)
Constructor for StudyAttribute.
|
| Modifier and Type | Method and Description |
|---|---|
Study |
getStudy()
Getter for the field
study. |
int |
getStudyAttributeId()
Getter for the field
studyAttributeId. |
String |
getTag()
getTag.
|
String |
getUnit()
getUnit.
|
String |
getUnits()
Getter for the field
units. |
String |
getValue()
getValue.
|
void |
setAttributeParent(Study parent)
Associate this attribute with its parent
|
void |
setStudy(Study study)
Setter for the field
study. |
void |
setStudyAttributeId(int studyAttributeId)
Setter for the field
studyAttributeId. |
void |
setTag(String tag)
setTag.
|
void |
setUnit(String unit)
setUnit.
|
void |
setUnits(String units)
Setter for the field
units. |
void |
setValue(String value)
setValue.
|
public StudyAttribute()
Constructor for StudyAttribute.
public StudyAttribute(int studyAttributeId,
Study study,
String tag,
String value)
Constructor for StudyAttribute.
public int getStudyAttributeId()
Getter for the field studyAttributeId.
public void setStudyAttributeId(int studyAttributeId)
Setter for the field studyAttributeId.
studyAttributeId - a int.public void setStudy(Study study)
Setter for the field study.
study - a Study object.public String getTag()
getTag.
getTag in class Attribute<Study,StudyAttribute>public void setTag(String tag)
setTag.
setTag in class Attribute<Study,StudyAttribute>tag - a String object.public String getValue()
getValue.
getValue in class Attribute<Study,StudyAttribute>public void setValue(String value)
setValue.
setValue in class Attribute<Study,StudyAttribute>value - a String object.public void setUnits(String units)
Setter for the field units.
units - a String object.public String getUnit()
getUnit.
getUnit in class Attribute<Study,StudyAttribute>public void setUnit(String unit)
setUnit.
setUnit in class Attribute<Study,StudyAttribute>unit - a String object.public void setAttributeParent(Study parent)
AttributesetAttributeParent in class Attribute<Study,StudyAttribute>Copyright © 2015 SeqWare. All rights reserved.