Interface IExperimentType
-
- All Superinterfaces:
IAbstractType,IEntityType,IEntityTypeMutable,IExperimentTypeImmutable
- All Known Implementing Classes:
ExperimentType
public interface IExperimentType extends IExperimentTypeImmutable, IEntityTypeMutable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetDescription(java.lang.String description)Set the description for this experiment type.-
Methods inherited from interface ch.systemsx.cisd.openbis.generic.server.jython.api.v1.IAbstractType
getCode, getDescription
-
Methods inherited from interface ch.systemsx.cisd.openbis.generic.server.jython.api.v1.IEntityType
getEntityKind, getValidationScript
-
Methods inherited from interface ch.systemsx.cisd.openbis.generic.server.jython.api.v1.IEntityTypeMutable
setValidationScript
-
-