|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.compomics.util.pride.prideobjects.Sample
public class Sample
An object for storing Sample details.
Constructor Summary | |
---|---|
Sample(java.lang.String name,
java.util.ArrayList<CvTerm> cvTerms)
Create a new Sample object. |
Method Summary | |
---|---|
java.util.ArrayList<CvTerm> |
getCvTerms()
|
static java.util.ArrayList<Sample> |
getDefaultSamples()
Returns a list of default samples |
java.lang.String |
getFileName()
Returns the name to use when serializing the object |
java.lang.String |
getName()
|
void |
setCvTerms(java.util.ArrayList<CvTerm> cvTerms)
|
void |
setName(java.lang.String name)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Sample(java.lang.String name, java.util.ArrayList<CvTerm> cvTerms)
name
- cvTerms
- Method Detail |
---|
public java.lang.String getName()
public void setName(java.lang.String name)
name
- the name to setpublic java.util.ArrayList<CvTerm> getCvTerms()
public void setCvTerms(java.util.ArrayList<CvTerm> cvTerms)
cvTerms
- the cvTerms to setpublic static java.util.ArrayList<Sample> getDefaultSamples()
public java.lang.String getFileName()
PrideObject
getFileName
in interface PrideObject
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |