Class ExperimentSampleImpl
- java.lang.Object
-
- fr.ens.biologie.genomique.eoulsan.design.ExperimentSampleImpl
-
- All Implemented Interfaces:
ExperimentSample
,Serializable
public class ExperimentSampleImpl extends Object implements Serializable, ExperimentSample
This class defines the default implementation of the experiment sample.- Since:
- 2.0
- Author:
- Xavier Bauquet
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
ExperimentSampleMetadataImpl
getMetadata()
Get the experiment sample metadata.Sample
getSample()
Get the experiment sample name.int
hashCode()
String
toString()
-
-
-
Method Detail
-
getSample
public Sample getSample()
Description copied from interface:ExperimentSample
Get the experiment sample name.- Specified by:
getSample
in interfaceExperimentSample
- Returns:
- the experiment sample name
-
getMetadata
public ExperimentSampleMetadataImpl getMetadata()
Description copied from interface:ExperimentSample
Get the experiment sample metadata.- Specified by:
getMetadata
in interfaceExperimentSample
- Returns:
- an ExperimentSampleMetadata object
-
-