|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectpeakml.Annotatable
peakml.io.SampleInfo
public class SampleInfo
Central point for storing all information about a sample. The implementation only supports an id and an optional label. Remaining information can be stored with the controlled vocabulary and the annotations.
| Constructor Summary | |
|---|---|
SampleInfo(java.lang.String id)
Standard constructor, which sets the obligatory id-value for the sample. |
|
SampleInfo(java.lang.String id,
java.lang.String label)
Standard constructor, which sets the obligatory id-value for the sample and the name. |
|
| Method Summary | |
|---|---|
java.lang.String |
getID()
Returns the id of the sample. |
java.lang.String |
getLabel()
Returns the label of the sample. |
void |
setID(java.lang.String id)
Sets the id of the sample. |
void |
setLabel(java.lang.String label)
Sets the label of the sample. |
| Methods inherited from class peakml.Annotatable |
|---|
addAnnotation, addAnnotation, addAnnotation, addAnnotation, addAnnotation, addAnnotations, getAnnotation, getAnnotations, removeAllAnnotations, removeAnnotation |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SampleInfo(java.lang.String id)
id - The id of the sample.
public SampleInfo(java.lang.String id,
java.lang.String label)
id - The id of the sample.label - The label of the sample.| Method Detail |
|---|
public java.lang.String getID()
public void setID(java.lang.String id)
id - The id of the sample.public java.lang.String getLabel()
public void setLabel(java.lang.String label)
label - The label of the sample.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||