Class SampleTypeImmutable
- java.lang.Object
-
- ch.systemsx.cisd.openbis.generic.server.jython.api.v1.impl.SampleTypeImmutable
-
- All Implemented Interfaces:
IAbstractType,IEntityType,ISampleTypeImmutable
- Direct Known Subclasses:
SampleType
public class SampleTypeImmutable extends java.lang.Object implements ISampleTypeImmutable
-
-
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.java.lang.StringgetGeneratedCodePrefix()IScriptImmutablegetValidationScript()Return the validation script for this typebooleanisAutoGeneratedCode()booleanisListable()booleanisShowContainer()booleanisShowParentMetadata()booleanisShowParents()booleanisSubcodeUnique()
-
-
-
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
-
isListable
public boolean isListable()
- Specified by:
isListablein interfaceISampleTypeImmutable
-
isShowContainer
public boolean isShowContainer()
- Specified by:
isShowContainerin interfaceISampleTypeImmutable
-
isShowParents
public boolean isShowParents()
- Specified by:
isShowParentsin interfaceISampleTypeImmutable
-
isSubcodeUnique
public boolean isSubcodeUnique()
- Specified by:
isSubcodeUniquein interfaceISampleTypeImmutable
-
isAutoGeneratedCode
public boolean isAutoGeneratedCode()
- Specified by:
isAutoGeneratedCodein interfaceISampleTypeImmutable
-
getGeneratedCodePrefix
public java.lang.String getGeneratedCodePrefix()
- Specified by:
getGeneratedCodePrefixin interfaceISampleTypeImmutable
-
isShowParentMetadata
public boolean isShowParentMetadata()
- Specified by:
isShowParentMetadatain interfaceISampleTypeImmutable
-
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
-
-