|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.compomics.util.experiment.personalization.ExperimentObject
com.compomics.util.experiment.biology.Sample
public class Sample
This class models a proteomic sample. User: Marc Date: Sep 1, 2010 Time: 10:07:52 AM
Constructor Summary | |
---|---|
Sample(String reference)
Constructor for a sample |
Method Summary | |
---|---|
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 |
Methods inherited from class com.compomics.util.experiment.personalization.ExperimentObject |
---|
addUrParam, getUrParam |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Sample(String reference)
reference
- the reference of the sampleMethod Detail |
---|
public void setReference(String newReference)
newReference
- the new referencepublic String getReference()
public boolean isSameAs(Sample otherSample)
otherSample
- an other sample
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |