Class DataSetType
java.lang.Object
ch.systemsx.cisd.openbis.generic.server.jython.api.v1.impl.DataSetTypeImmutable
ch.systemsx.cisd.openbis.generic.server.jython.api.v1.impl.DataSetType
- All Implemented Interfaces:
IAbstractType,IDataSetType,IDataSetTypeImmutable,IEntityType,IEntityTypeMutable
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetDeletionDisallowed(boolean deletionDisallowed) Sets totrueif deletion of data sets of this type should be disallowed.voidsetDescription(String description) Set the description for this data set type.voidsetMainDataSetPath(String mainDataSetPath) Set the main data set path for this data set type.voidsetMainDataSetPattern(String mainDataSetPattern) Set the main data set pattern for this data set type.voidsetValidationScript(ScriptImmutable validationScript) Set the validation scriptMethods inherited from class ch.systemsx.cisd.openbis.generic.server.jython.api.v1.impl.DataSetTypeImmutable
getCode, getDescription, getEntityKind, getMainDataSetPath, getMainDataSetPattern, getValidationScript, isDeletionDisallowedMethods 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
getCodeMethods inherited from interface ch.systemsx.cisd.openbis.generic.server.jython.api.v1.IDataSetTypeImmutable
getDescription, getMainDataSetPath, getMainDataSetPattern, isDeletionDisallowedMethods inherited from interface ch.systemsx.cisd.openbis.generic.server.jython.api.v1.IEntityType
getEntityKind, getValidationScript
-
Method Details
-
setDescription
Description copied from interface:IDataSetTypeSet the description for this data set type.- Specified by:
setDescriptionin interfaceIDataSetType
-
setMainDataSetPattern
Description copied from interface:IDataSetTypeSet the main data set pattern for this data set type.- Specified by:
setMainDataSetPatternin interfaceIDataSetType
-
setMainDataSetPath
Description copied from interface:IDataSetTypeSet the main data set path for this data set type.- Specified by:
setMainDataSetPathin interfaceIDataSetType
-
setDeletionDisallowed
public void setDeletionDisallowed(boolean deletionDisallowed) Description copied from interface:IDataSetTypeSets totrueif deletion of data sets of this type should be disallowed.- Specified by:
setDeletionDisallowedin interfaceIDataSetType
-
setValidationScript
Description copied from interface:IEntityTypeMutableSet the validation script- Specified by:
setValidationScriptin interfaceIEntityTypeMutable
-