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