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 void
setDescription(java.lang.String description)
Set the description of the scriptvoid
setEntityForScript(java.lang.String entityKind)
Set the entity Type of the scriptvoid
setName(java.lang.String name)
Set the name of the scriptvoid
setScript(java.lang.String script)
Set the script contentvoid
setScriptType(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:IScript
Set the description of the script- Specified by:
setDescription
in interfaceIScript
-
setName
public void setName(java.lang.String name)
Description copied from interface:IScript
Set the name of the script
-
setScript
public void setScript(java.lang.String script)
Description copied from interface:IScript
Set the script content
-
setScriptType
public void setScriptType(java.lang.String scriptType)
Description copied from interface:IScript
Set the script type- Specified by:
setScriptType
in interfaceIScript
-
setEntityForScript
public void setEntityForScript(java.lang.String entityKind)
Description copied from interface:IScript
Set the entity Type of the script- Specified by:
setEntityForScript
in interfaceIScript
-
-