Interface ExperimentSampleMetadata
- All Superinterfaces:
Metadata
- All Known Implementing Classes:
ExperimentSampleMetadataImpl,UnmodifiableExperimentSampleMetadata
This inteface defines the experiment sample metadata.
- Since:
- 2.0
- Author:
- Xavier Bauquet
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbooleanTest if the condition field exists.booleanTest if the reference field exists.booleanTest if the RepTechGroup field exists.Get the condition.Get the reference.Get the RepTechGroup.booleanGet the reference.voidsetCondition(String newCondition) Set the condition.voidsetReference(boolean newReference) Set the reference.voidsetReference(String newReference) Set the reference.voidsetRepTechGroup(String newReptechGroup) Set the ReptechGroup.
-
Field Details
-
REP_TECH_GROUP_KEY
- See Also:
-
REFERENCE_KEY
- See Also:
-
CONDITION_KEY
- See Also:
-
-
Method Details
-
getRepTechGroup
String getRepTechGroup()Get the RepTechGroup.- Returns:
- the RepTechGroup
-
getReference
String getReference()Get the reference.- Returns:
- the reference
-
isReference
boolean isReference()Get the reference.- Returns:
- the reference
-
getCondition
String getCondition()Get the condition.- Returns:
- the condition
-
setRepTechGroup
Set the ReptechGroup.- Parameters:
newReptechGroup- the new ReptechGroup
-
setReference
void setReference(boolean newReference) Set the reference.- Parameters:
newReference- the new reference
-
setReference
Set the reference.- Parameters:
newReference- the new reference
-
setCondition
Set the condition.- Parameters:
newCondition- the new condition
-
containsRepTechGroup
boolean containsRepTechGroup()Test if the RepTechGroup field exists.- Returns:
- true if the RepTechGroup field exists
-
containsReference
boolean containsReference()Test if the reference field exists.- Returns:
- true if the reference field exists
-
containsCondition
boolean containsCondition()Test if the condition field exists.- Returns:
- true if the condition field exists
-