Class MaterialTypeImmutable
java.lang.Object
ch.systemsx.cisd.openbis.generic.server.jython.api.v1.impl.MaterialTypeImmutable
- All Implemented Interfaces:
IAbstractType,IEntityType,IMaterialTypeImmutable
- Direct Known Subclasses:
MaterialType
-
Method Summary
Modifier and TypeMethodDescriptiongetCode()Returns the type code.Returns the type description.Return the entity kind.Return the validation script for this type
-
Method Details
-
getCode
Description copied from interface:IAbstractTypeReturns the type code.- Specified by:
getCodein interfaceIAbstractType
-
getDescription
Description copied from interface:IAbstractTypeReturns the type description.- Specified by:
getDescriptionin interfaceIAbstractType
-
getEntityKind
Description copied from interface:IEntityTypeReturn the entity kind.- Specified by:
getEntityKindin interfaceIEntityType
-
getValidationScript
Description copied from interface:IEntityTypeReturn the validation script for this type- Specified by:
getValidationScriptin interfaceIEntityType
-