Interface ExperimentSampleMetadata

All Superinterfaces:
Metadata
All Known Implementing Classes:
ExperimentSampleMetadataImpl, UnmodifiableExperimentSampleMetadata

public interface ExperimentSampleMetadata extends Metadata
This inteface defines the experiment sample metadata.
Since:
2.0
Author:
Xavier Bauquet
  • Field Details

  • 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

      void setRepTechGroup(String newReptechGroup)
      Set the ReptechGroup.
      Parameters:
      newReptechGroup - the new ReptechGroup
    • setReference

      void setReference(boolean newReference)
      Set the reference.
      Parameters:
      newReference - the new reference
    • setReference

      void setReference(String newReference)
      Set the reference.
      Parameters:
      newReference - the new reference
    • setCondition

      void setCondition(String newCondition)
      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