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 voidsetDescription(java.lang.String description)Set the description for this material type.voidsetValidationScript(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:IMaterialTypeSet the description for this material type.- Specified by:
setDescriptionin interfaceIMaterialType
-
setValidationScript
public void setValidationScript(ScriptImmutable validationScript)
Description copied from interface:IEntityTypeMutableSet the validation script- Specified by:
setValidationScriptin interfaceIEntityTypeMutable
-
-