Class CometScript

    • Constructor Detail

      • CometScript

        public CometScript()
        Instantiates a new comet script.
      • CometScript

        public CometScript​(int id,
                           java.lang.String name)
        Instantiates a new comet script.
        Parameters:
        id - the id
        name - the name
      • CometScript

        public CometScript​(int id,
                           java.lang.String name,
                           Statement.StatementDescriptor type)
        Instantiates a new comet script.
        Parameters:
        id - the id
        name - the name
        type - the type
      • CometScript

        public CometScript​(Statement.StatementDescriptor descriptor)
        Instantiates a new comet script.
        Parameters:
        descriptor - the descriptor
    • Method Detail

      • getFrontRowLink

        public CometScript.FrontRowLink getFrontRowLink()
        Gets the front row link.
        Returns:
        the front row link
      • getHierarchy

        public java.lang.String getHierarchy()
        Gets the hierarchy.
        Returns:
        the hierarchy
      • getInput

        public java.lang.String getInput()
        Gets the input.
        Returns:
        the input
      • getOutput

        public java.lang.String getOutput()
        Gets the output.
        Returns:
        the output
      • getScriptEnvironment

        public java.lang.String getScriptEnvironment()
        Gets the script environment.
        Returns:
        the script environment
      • getShortcut

        public java.lang.String getShortcut()
        Gets the shortcut.
        Returns:
        the shortcut
      • getStatement

        public java.lang.String getStatement()
        Gets the statement.
        Returns:
        the statement
      • getTag

        public java.lang.String getTag()
        Gets the tag.
        Returns:
        the tag
      • isAction

        public boolean isAction()
        Checks if is action.
        Returns:
        true, if is action
      • setFrontRowLink

        public void setFrontRowLink​(CometScript.FrontRowLink frontRowLink)
        Sets the front row link.
        Parameters:
        frontRowLink - the new front row link
      • setHierarchy

        public void setHierarchy​(java.lang.String hierarchy)
        Sets the hierarchy.
        Parameters:
        hierarchy - the new hierarchy
      • setInput

        public void setInput​(java.lang.String input)
        Sets the input.
        Parameters:
        input - the new input
      • setOutput

        public void setOutput​(java.lang.String output)
        Sets the output.
        Parameters:
        output - the new output
      • setShortcut

        public void setShortcut​(java.lang.String shortcut)
        Sets the shortcut.
        Parameters:
        shortcut - the new shortcut
      • setStatement

        public void setStatement​(java.lang.String statement)
        Sets the statement.
        Parameters:
        statement - the new statement
      • setTag

        public void setTag​(java.lang.String tag)
        Sets the tag.
        Parameters:
        tag - the new tag
      • isActive

        public boolean isActive()
        Checks if is active.
        Returns:
        true, if is active
      • setActive

        public void setActive​(boolean active)
        Sets the active.
        Parameters:
        active - the new active