Class ExperimentData


  • public class ExperimentData
    extends Object
    The ExperimentData class is used to store the data of an experiment.
    • Constructor Detail

      • ExperimentData

        public ExperimentData()
        Constructs a new ExperimentData object.
    • Method Detail

      • setId

        public void setId​(String id)
        Sets the ID.
        Parameters:
        id - the ID
      • getId

        public String getId()
        Gets the ID.
        Returns:
        the ID
      • setName

        public void setName​(String name)
        Sets the name of the experiment.
        Parameters:
        name - the name of the experiment
      • getName

        public String getName()
        Gets the name of the experiment.
        Returns:
        the name of the experiment
      • setDate

        public void setDate​(String date)
        Sets the date on which the experiment was conducted.
        Parameters:
        date - a string containing the date
      • setDate

        public void setDate​(Date date)
        Sets the date on which the experiment was conducted.
        Parameters:
        date - the date
      • getDate

        public String getDate()
        Gets the date on which the experiment was conducted.
        Returns:
        a string containing the date