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 void
setDescription(java.lang.String description)
Set the description for this experiment type.void
setValidationScript(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:IExperimentType
Set the description for this experiment type.- Specified by:
setDescription
in interfaceIExperimentType
-
setValidationScript
public void setValidationScript(ScriptImmutable validationScript)
Description copied from interface:IEntityTypeMutable
Set the validation script- Specified by:
setValidationScript
in interfaceIEntityTypeMutable
-
-