Class MaterialType
- java.lang.Object
-
- ch.systemsx.cisd.openbis.generic.server.jython.api.v1.impl.MaterialTypeImmutable
-
- ch.systemsx.cisd.openbis.generic.server.jython.api.v1.impl.MaterialType
-
- All Implemented Interfaces:
IAbstractType
,IEntityType
,IEntityTypeMutable
,IMaterialType
,IMaterialTypeImmutable
public class MaterialType extends MaterialTypeImmutable implements IMaterialType
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setDescription(java.lang.String description)
Set the description for this material type.void
setValidationScript(ScriptImmutable validationScript)
Set the validation script-
Methods inherited from class ch.systemsx.cisd.openbis.generic.server.jython.api.v1.impl.MaterialTypeImmutable
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:IMaterialType
Set the description for this material type.- Specified by:
setDescription
in interfaceIMaterialType
-
setValidationScript
public void setValidationScript(ScriptImmutable validationScript)
Description copied from interface:IEntityTypeMutable
Set the validation script- Specified by:
setValidationScript
in interfaceIEntityTypeMutable
-
-