Skip to content
Snippets Groups Projects
Commit 921decd3 authored by felmer's avatar felmer
Browse files

SP-130, CCS-11: add method getPermId() to IExperimentImmutable.

SVN: 25691
parent 62459879
No related branches found
No related tags found
No related merge requests found
......@@ -78,6 +78,12 @@ public class ExperimentImmutable implements IExperimentImmutable
return null;
}
@Override
public String getPermId()
{
return experiment.getPermId();
}
@Override
public int hashCode()
{
......
......@@ -43,4 +43,9 @@ public interface IExperimentImmutable
* code <code>propertyCode</code> is found.
*/
String getPropertyValue(String propertyCode);
/**
* Returns the permId of this experiment.
*/
String getPermId();
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment