Interface IMaterialType
-
- All Superinterfaces:
IAbstractType
,IEntityType
,IEntityTypeMutable
,IMaterialTypeImmutable
- All Known Implementing Classes:
MaterialType
public interface IMaterialType extends IMaterialTypeImmutable, IEntityTypeMutable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setDescription(java.lang.String description)
Set the description for this material type.-
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
-
Methods inherited from interface ch.systemsx.cisd.openbis.generic.server.jython.api.v1.IEntityTypeMutable
setValidationScript
-
-