public class Sample extends ExperimentObject
| Constructor and Description |
|---|
Sample(java.lang.String reference)
Constructor for a sample
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getReference()
Getter for the sample reference
|
boolean |
isSameAs(Sample otherSample)
Comparator for samples.
|
void |
setReference(java.lang.String newReference)
setter for the reference of a sample
|
addUrParam, getParameterKey, getUrParampublic Sample(java.lang.String reference)
reference - the reference of the samplepublic void setReference(java.lang.String newReference)
newReference - the new referencepublic java.lang.String getReference()
public boolean isSameAs(Sample otherSample)
otherSample - an other sampleCopyright © 2014. All Rights Reserved.