Interface ISampleType
- All Superinterfaces:
IAbstractType,IEntityType,IEntityTypeMutable,ISampleTypeImmutable
- All Known Implementing Classes:
SampleType
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetAutoGeneratedCode(boolean isAutoGeneratedCode) voidsetDescription(String description) Set the description for this sample type.voidsetGeneratedCodePrefix(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, getDescriptionMethods inherited from interface ch.systemsx.cisd.openbis.generic.server.jython.api.v1.IEntityType
getEntityKind, getValidationScriptMethods inherited from interface ch.systemsx.cisd.openbis.generic.server.jython.api.v1.IEntityTypeMutable
setValidationScriptMethods inherited from interface ch.systemsx.cisd.openbis.generic.server.jython.api.v1.ISampleTypeImmutable
getGeneratedCodePrefix, isAutoGeneratedCode, isListable, isShowContainer, isShowParentMetadata, isShowParents, isSubcodeUnique
-
Method Details
-
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
-
setShowParentMetadata
void setShowParentMetadata(boolean isShowParentMetadata) -
setDescription
Set the description for this sample type.
-