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
public class DataSetType extends DataSetTypeImmutable implements IDataSetType
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetDeletionDisallowed(boolean deletionDisallowed)Sets totrueif deletion of data sets of this type should be disallowed.voidsetDescription(java.lang.String description)Set the description for this data set type.voidsetMainDataSetPath(java.lang.String mainDataSetPath)Set the main data set path for this data set type.voidsetMainDataSetPattern(java.lang.String mainDataSetPattern)Set the main data set pattern for this data set type.voidsetValidationScript(ScriptImmutable validationScript)Set the validation script-
Methods inherited from class ch.systemsx.cisd.openbis.generic.server.jython.api.v1.impl.DataSetTypeImmutable
getCode, getDescription, getEntityKind, getMainDataSetPath, getMainDataSetPattern, getValidationScript, isDeletionDisallowed
-
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
-
Methods inherited from interface ch.systemsx.cisd.openbis.generic.server.jython.api.v1.IDataSetTypeImmutable
getDescription, getMainDataSetPath, getMainDataSetPattern, isDeletionDisallowed
-
Methods inherited from interface ch.systemsx.cisd.openbis.generic.server.jython.api.v1.IEntityType
getEntityKind, getValidationScript
-
-
-
-
Method Detail
-
setDescription
public void setDescription(java.lang.String description)
Description copied from interface:IDataSetTypeSet the description for this data set type.- Specified by:
setDescriptionin interfaceIDataSetType
-
setMainDataSetPattern
public void setMainDataSetPattern(java.lang.String mainDataSetPattern)
Description copied from interface:IDataSetTypeSet the main data set pattern for this data set type.- Specified by:
setMainDataSetPatternin interfaceIDataSetType
-
setMainDataSetPath
public void setMainDataSetPath(java.lang.String mainDataSetPath)
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
public void setValidationScript(ScriptImmutable validationScript)
Description copied from interface:IEntityTypeMutableSet the validation script- Specified by:
setValidationScriptin interfaceIEntityTypeMutable
-
-