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 booleanequals(Object o)ExperimentSampleMetadataImplgetMetadata()Get the experiment sample metadata.SamplegetSample()Get the experiment sample name.inthashCode()StringtoString()
-
-
-
Method Detail
-
getSample
public Sample getSample()
Description copied from interface:ExperimentSampleGet the experiment sample name.- Specified by:
getSamplein interfaceExperimentSample- Returns:
- the experiment sample name
-
getMetadata
public ExperimentSampleMetadataImpl getMetadata()
Description copied from interface:ExperimentSampleGet the experiment sample metadata.- Specified by:
getMetadatain interfaceExperimentSample- Returns:
- an ExperimentSampleMetadata object
-
-