Interface ISampleType
-
- All Superinterfaces:
IAbstractType,IEntityType,IEntityTypeMutable,ISampleTypeImmutable
- All Known Implementing Classes:
SampleType
public interface ISampleType extends ISampleTypeImmutable, IEntityTypeMutable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetAutoGeneratedCode(boolean isAutoGeneratedCode)voidsetDescription(java.lang.String description)Set the description for this sample type.voidsetGeneratedCodePrefix(java.lang.String generatedCodePrefix)voidsetListable(boolean isListable)voidsetShowContainer(boolean isShowContainer)voidsetShowParentMetadata(boolean isShowParentMetadata)voidsetShowParents(boolean showParents)voidsetSubcodeUnique(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
-
Methods inherited from interface ch.systemsx.cisd.openbis.generic.server.jython.api.v1.IEntityTypeMutable
setValidationScript
-
Methods inherited from interface ch.systemsx.cisd.openbis.generic.server.jython.api.v1.ISampleTypeImmutable
getGeneratedCodePrefix, isAutoGeneratedCode, isListable, isShowContainer, isShowParentMetadata, isShowParents, isSubcodeUnique
-
-
-
-
Method Detail
-
setListable
void setListable(boolean isListable)
-
setShowContainer
void setShowContainer(boolean isShowContainer)
-
setShowParents
void setShowParents(boolean showParents)
-
setSubcodeUnique
void setSubcodeUnique(boolean isSubcodeUnique)
-
setAutoGeneratedCode
void setAutoGeneratedCode(boolean isAutoGeneratedCode)
-
setGeneratedCodePrefix
void setGeneratedCodePrefix(java.lang.String generatedCodePrefix)
-
setShowParentMetadata
void setShowParentMetadata(boolean isShowParentMetadata)
-
setDescription
void setDescription(java.lang.String description)
Set the description for this sample type.
-
-