Class ExperimentTypeImmutable
- java.lang.Object
-
- ch.systemsx.cisd.openbis.generic.server.jython.api.v1.impl.ExperimentTypeImmutable
-
- All Implemented Interfaces:
IAbstractType,IEntityType,IExperimentTypeImmutable
- Direct Known Subclasses:
ExperimentType
public class ExperimentTypeImmutable extends java.lang.Object implements IExperimentTypeImmutable
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetCode()Returns the type code.java.lang.StringgetDescription()Returns the type description.EntityKindgetEntityKind()Return the entity kind.IScriptImmutablegetValidationScript()Return the validation script for this type
-
-
-
Method Detail
-
getCode
public java.lang.String getCode()
Description copied from interface:IAbstractTypeReturns the type code.- Specified by:
getCodein interfaceIAbstractType
-
getDescription
public java.lang.String getDescription()
Description copied from interface:IAbstractTypeReturns the type description.- Specified by:
getDescriptionin interfaceIAbstractType
-
getEntityKind
public EntityKind getEntityKind()
Description copied from interface:IEntityTypeReturn the entity kind.- Specified by:
getEntityKindin interfaceIEntityType
-
getValidationScript
public IScriptImmutable getValidationScript()
Description copied from interface:IEntityTypeReturn the validation script for this type- Specified by:
getValidationScriptin interfaceIEntityType
-
-