Class ExperimentType
- java.lang.Object
-
- ch.systemsx.cisd.openbis.generic.server.jython.api.v1.impl.ExperimentTypeImmutable
-
- ch.systemsx.cisd.openbis.generic.server.jython.api.v1.impl.ExperimentType
-
- All Implemented Interfaces:
IAbstractType,IEntityType,IEntityTypeMutable,IExperimentType,IExperimentTypeImmutable
public class ExperimentType extends ExperimentTypeImmutable implements IExperimentType
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetDescription(java.lang.String description)Set the description for this experiment type.voidsetValidationScript(ScriptImmutable validationScript)Set the validation script-
Methods inherited from class ch.systemsx.cisd.openbis.generic.server.jython.api.v1.impl.ExperimentTypeImmutable
getCode, getDescription, getEntityKind, getValidationScript
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
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
-
-
-
-
Method Detail
-
setDescription
public void setDescription(java.lang.String description)
Description copied from interface:IExperimentTypeSet the description for this experiment type.- Specified by:
setDescriptionin interfaceIExperimentType
-
setValidationScript
public void setValidationScript(ScriptImmutable validationScript)
Description copied from interface:IEntityTypeMutableSet the validation script- Specified by:
setValidationScriptin interfaceIEntityTypeMutable
-
-