Class ExperimentData
java.lang.Object
org.palladiosimulator.protocom.framework.java.ee.experiment.ExperimentData
The ExperimentData class is used to store the data of an experiment.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetDate()
Gets the date on which the experiment was conducted.getId()
Gets the ID.getName()
Gets the name of the experiment.void
Sets the date on which the experiment was conducted.void
Sets the date on which the experiment was conducted.void
Sets the ID.void
Sets the name of the experiment.
-
Constructor Details
-
ExperimentData
public ExperimentData()Constructs a new ExperimentData object.
-
-
Method Details
-
setId
Sets the ID.- Parameters:
id
- the ID
-
getId
Gets the ID.- Returns:
- the ID
-
setName
Sets the name of the experiment.- Parameters:
name
- the name of the experiment
-
getName
Gets the name of the experiment.- Returns:
- the name of the experiment
-
setDate
Sets the date on which the experiment was conducted.- Parameters:
date
- a string containing the date
-
setDate
Sets the date on which the experiment was conducted.- Parameters:
date
- the date
-
getDate
Gets the date on which the experiment was conducted.- Returns:
- a string containing the date
-