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
public class SampleType extends SampleTypeImmutable implements ISampleType
-
-
Method Summary
All Methods Instance Methods Concrete 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 showContainer)voidsetShowParentMetadata(boolean isShowParentMetadata)voidsetShowParents(boolean showParents)voidsetSubcodeUnique(boolean isSubcodeUnique)voidsetValidationScript(ScriptImmutable validationScript)Set the validation script-
Methods inherited from class ch.systemsx.cisd.openbis.generic.server.jython.api.v1.impl.SampleTypeImmutable
getCode, getDescription, getEntityKind, getGeneratedCodePrefix, getValidationScript, isAutoGeneratedCode, isListable, isShowContainer, isShowParentMetadata, isShowParents, isSubcodeUnique
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
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.ISampleTypeImmutable
getGeneratedCodePrefix, isAutoGeneratedCode, isListable, isShowContainer, isShowParentMetadata, isShowParents, isSubcodeUnique
-
-
-
-
Method Detail
-
setDescription
public void setDescription(java.lang.String description)
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
public void setGeneratedCodePrefix(java.lang.String generatedCodePrefix)
- Specified by:
setGeneratedCodePrefixin interfaceISampleType
-
setShowParentMetadata
public void setShowParentMetadata(boolean isShowParentMetadata)
- Specified by:
setShowParentMetadatain interfaceISampleType
-
setValidationScript
public void setValidationScript(ScriptImmutable validationScript)
Description copied from interface:IEntityTypeMutableSet the validation script- Specified by:
setValidationScriptin interfaceIEntityTypeMutable
-
-