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.String
getCode()
Returns the type code.java.lang.String
getDescription()
Returns the type description.EntityKind
getEntityKind()
Return the entity kind.IScriptImmutable
getValidationScript()
Return the validation script for this type
-
-
-
Method Detail
-
getCode
public java.lang.String getCode()
Description copied from interface:IAbstractType
Returns the type code.- Specified by:
getCode
in interfaceIAbstractType
-
getDescription
public java.lang.String getDescription()
Description copied from interface:IAbstractType
Returns the type description.- Specified by:
getDescription
in interfaceIAbstractType
-
getEntityKind
public EntityKind getEntityKind()
Description copied from interface:IEntityType
Return the entity kind.- Specified by:
getEntityKind
in interfaceIEntityType
-
getValidationScript
public IScriptImmutable getValidationScript()
Description copied from interface:IEntityType
Return the validation script for this type- Specified by:
getValidationScript
in interfaceIEntityType
-
-