Class Script
java.lang.Object
ch.systemsx.cisd.openbis.generic.server.jython.api.v1.impl.ScriptImmutable
ch.systemsx.cisd.openbis.generic.server.jython.api.v1.impl.Script
- All Implemented Interfaces:
IAbstractType,IScript,IScriptImmutable
-
Field Summary
Fields inherited from class ch.systemsx.cisd.openbis.generic.server.jython.api.v1.impl.ScriptImmutable
script -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetDescription(String description) Set the description of the scriptvoidsetEntityForScript(String entityKind) Set the entity Type of the scriptvoidSet the name of the scriptvoidSet the script contentvoidsetScriptType(String scriptType) Set the script typeMethods inherited from class ch.systemsx.cisd.openbis.generic.server.jython.api.v1.impl.ScriptImmutable
compareTo, getCode, getDatabaseInstance, getDescription, getEntity, getId, getName, getScript, getScriptType, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, 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.IScriptImmutable
getDescription, getEntity, getName, getScript, getScriptType
-
Constructor Details
-
Script
public Script()
-
-
Method Details
-
setDescription
Description copied from interface:IScriptSet the description of the script- Specified by:
setDescriptionin interfaceIScript
-
setName
Description copied from interface:IScriptSet the name of the script -
setScript
Description copied from interface:IScriptSet the script content -
setScriptType
Description copied from interface:IScriptSet the script type- Specified by:
setScriptTypein interfaceIScript
-
setEntityForScript
Description copied from interface:IScriptSet the entity Type of the script- Specified by:
setEntityForScriptin interfaceIScript
-