Interface IExperimentImmutable
- All Superinterfaces:
IMetaprojectContent
Read-only interface to an existing experiment.
-
Method Summary
Modifier and TypeMethodDescriptionReturn the experiment identifier of this experiment.Return the type for this experiment.Returns the modification date of this experiment.Returns the permId of this experiment.getPropertyValue(String propertyCode) Return the value of a property specified by a code.Returns the registration date of this experiment.booleanReturn true if the experiment is in openBIS.Methods inherited from interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.IMetaprojectContent
getEntityId
-
Method Details
-
getExperimentIdentifier
String getExperimentIdentifier()Return the experiment identifier of this experiment. -
isExistingExperiment
boolean isExistingExperiment()Return true if the experiment is in openBIS. -
getExperimentType
String getExperimentType()Return the type for this experiment. May be null. -
getPropertyValue
Return the value of a property specified by a code. May return null of no such property with codepropertyCodeis found. -
getPermId
String getPermId()Returns the permId of this experiment. -
getRegistrationDate
Date getRegistrationDate()Returns the registration date of this experiment. -
getModificationDate
Date getModificationDate()Returns the modification date of this experiment.
-