Class Script

  • All Implemented Interfaces:
    Serializable

    public class Script
    extends Object
    implements Serializable
    The script information for this event - describes a script to be executed whenever the event occurs
    See Also:
    Serialized Form
    • Constructor Detail

      • Script

        public Script()
    • Method Detail

      • getContent

        public String getContent()
      • setContent

        public void setContent​(String content)
      • getLanguage

        public String getLanguage()
      • setLanguage

        public void setLanguage​(String language)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object