Interface ISampleTypeImmutable
-
- All Superinterfaces:
IAbstractType
,IEntityType
- All Known Subinterfaces:
ISampleType
- All Known Implementing Classes:
SampleType
,SampleTypeImmutable
public interface ISampleTypeImmutable extends IEntityType
Read-only interface to an existing sample type.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getGeneratedCodePrefix()
boolean
isAutoGeneratedCode()
boolean
isListable()
boolean
isShowContainer()
boolean
isShowParentMetadata()
boolean
isShowParents()
boolean
isSubcodeUnique()
-
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
-
-
-
-
Method Detail
-
isListable
boolean isListable()
-
isShowContainer
boolean isShowContainer()
-
isShowParents
boolean isShowParents()
-
isSubcodeUnique
boolean isSubcodeUnique()
-
isAutoGeneratedCode
boolean isAutoGeneratedCode()
-
isShowParentMetadata
boolean isShowParentMetadata()
-
getGeneratedCodePrefix
java.lang.String getGeneratedCodePrefix()
-
-