Class Script

    • Constructor Detail

      • Script

        public Script()
    • 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 interface IScript
      • setName

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

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

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

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