Class SampleType
java.lang.Object
ch.systemsx.cisd.openbis.generic.server.jython.api.v1.impl.SampleTypeImmutable
ch.systemsx.cisd.openbis.generic.server.jython.api.v1.impl.SampleType
- All Implemented Interfaces:
IAbstractType,IEntityType,IEntityTypeMutable,ISampleType,ISampleTypeImmutable
-
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 showContainer) voidsetShowParentMetadata(boolean isShowParentMetadata) voidsetShowParents(boolean showParents) voidsetSubcodeUnique(boolean isSubcodeUnique) voidsetValidationScript(ScriptImmutable validationScript) Set the validation scriptMethods inherited from class ch.systemsx.cisd.openbis.generic.server.jython.api.v1.impl.SampleTypeImmutable
getCode, getDescription, getEntityKind, getGeneratedCodePrefix, getValidationScript, isAutoGeneratedCode, isListable, isShowContainer, isShowParentMetadata, isShowParents, isSubcodeUniqueMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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.ISampleTypeImmutable
getGeneratedCodePrefix, isAutoGeneratedCode, isListable, isShowContainer, isShowParentMetadata, isShowParents, isSubcodeUnique
-
Method Details
-
setDescription
Description copied from interface:ISampleTypeSet the description for this sample type.- Specified by:
setDescriptionin interfaceISampleType
-
setShowContainer
public void setShowContainer(boolean showContainer) - Specified by:
setShowContainerin interfaceISampleType
-
setShowParents
public void setShowParents(boolean showParents) - Specified by:
setShowParentsin interfaceISampleType
-
setListable
public void setListable(boolean isListable) - Specified by:
setListablein interfaceISampleType
-
setSubcodeUnique
public void setSubcodeUnique(boolean isSubcodeUnique) - Specified by:
setSubcodeUniquein interfaceISampleType
-
setAutoGeneratedCode
public void setAutoGeneratedCode(boolean isAutoGeneratedCode) - Specified by:
setAutoGeneratedCodein interfaceISampleType
-
setGeneratedCodePrefix
- Specified by:
setGeneratedCodePrefixin interfaceISampleType
-
setShowParentMetadata
public void setShowParentMetadata(boolean isShowParentMetadata) - Specified by:
setShowParentMetadatain interfaceISampleType
-
setValidationScript
Description copied from interface:IEntityTypeMutableSet the validation script- Specified by:
setValidationScriptin interfaceIEntityTypeMutable
-