Interface IExperiment

All Superinterfaces:
ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.IExperimentImmutable, IExperimentUpdatable, ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.IMetaprojectContent

public interface IExperiment extends IExperimentUpdatable
Interface to specify an experiment to be created.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setExperimentType(String experimentType)
    Set the experiment type for this experiment.

    Methods inherited from interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.IExperimentImmutable

    getExperimentIdentifier, getExperimentType, getModificationDate, getPermId, getPropertyValue, getRegistrationDate, isExistingExperiment

    Methods inherited from interface ch.systemsx.cisd.etlserver.registrator.api.v2.IExperimentUpdatable

    addAttachment, setPropertyValue

    Methods inherited from interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.IMetaprojectContent

    getEntityId
  • Method Details

    • setExperimentType

      void setExperimentType(String experimentType)
      Set the experiment type for this experiment.