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
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetDescription(String description) Set the description for this material type.voidsetValidationScript(ScriptImmutable validationScript) Set the validation scriptMethods inherited from class ch.systemsx.cisd.openbis.generic.server.jython.api.v1.impl.MaterialTypeImmutable
getCode, getDescription, getEntityKind, getValidationScriptMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ch.systemsx.cisd.openbis.generic.server.jython.api.v1.IAbstractType
getCode, getDescriptionMethods inherited from interface ch.systemsx.cisd.openbis.generic.server.jython.api.v1.IEntityType
getEntityKind, getValidationScript
-
Method Details
-
setDescription
Description copied from interface:IMaterialTypeSet the description for this material type.- Specified by:
setDescriptionin interfaceIMaterialType
-
setValidationScript
Description copied from interface:IEntityTypeMutableSet the validation script- Specified by:
setValidationScriptin interfaceIEntityTypeMutable
-