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
  • Constructor Details

    • Script

      public Script()
  • Method Details

    • setDescription

      public void setDescription(String description)
      Description copied from interface: IScript
      Set the description of the script
      Specified by:
      setDescription in interface IScript
    • setName

      public void setName(String name)
      Description copied from interface: IScript
      Set the name of the script
      Specified by:
      setName in interface IScript
    • setScript

      public void setScript(String script)
      Description copied from interface: IScript
      Set the script content
      Specified by:
      setScript in interface IScript
    • setScriptType

      public void setScriptType(String scriptType)
      Description copied from interface: IScript
      Set the script type
      Specified by:
      setScriptType in interface IScript
    • setEntityForScript

      public void setEntityForScript(String entityKind)
      Description copied from interface: IScript
      Set the entity Type of the script
      Specified by:
      setEntityForScript in interface IScript