public class Sample extends java.lang.Object implements PrideObject, java.io.Serializable
| Constructor and Description |
|---|
Sample(java.lang.String name,
java.util.ArrayList<CvTerm> cvTerms)
Create a new Sample object.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.ArrayList<CvTerm> |
getCvTerms()
Returns the CV terms.
|
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()
Returns the name of the sample.
|
void |
setCvTerms(java.util.ArrayList<CvTerm> cvTerms)
Set the CV terms.
|
void |
setName(java.lang.String name)
Set the name of the sample.
|
public Sample(java.lang.String name,
java.util.ArrayList<CvTerm> cvTerms)
name - cvTerms - 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()
PrideObjectgetFileName in interface PrideObjectCopyright © 2014. All Rights Reserved.