Interface Sample
public interface Sample
This interface defines a sample.
- Since:
- 2.0
- Author:
- Xavier Bauquet
-
Field Summary
Fields -
Method Summary
-
Field Details
-
SAMPLE_ID_FIELD
Sample Id field.- See Also:
-
SAMPLE_NAME_FIELD
Sample Name field.- See Also:
-
SAMPLE_NUMBER_FIELD
Sample Name field.- See Also:
-
-
Method Details
-
getDesign
Design getDesign()Get the design related to the sample.- Returns:
- the Design object related to the sample
-
getId
String getId()Get the sample id.- Returns:
- the sample id
-
getNumber
int getNumber()Get the sample number.- Returns:
- the sample number
-
getName
String getName()Get the sample name.- Returns:
- the sample name
-
getMetadata
SampleMetadata getMetadata()Get the sample metadata.- Returns:
- an object SampleMetadata
-
setName
Set the sample name.- Parameters:
newSampleName- the new sample name
-