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