Class ScriptExample

  • All Implemented Interfaces:
    java.io.Serializable

    public class ScriptExample
    extends CometEntity
    Example of a script.
    See Also:
    Serialized Form
    • Constructor Detail

      • ScriptExample

        public ScriptExample()
    • Method Detail

      • getDescription

        public java.lang.String getDescription()
        Gets the description.
        Returns:
        the description
      • getIdentifier

        public java.lang.String getIdentifier()
        Gets the identifier.
        Returns:
        the identifier
      • getLabel

        public java.lang.String getLabel()
        Gets the label.
        Returns:
        the label
      • getScript

        public java.lang.String getScript()
        Gets the script.
        Returns:
        the script
      • getSubtype

        public java.lang.String getSubtype()
        Gets the subtype.
        Returns:
        the subtype
      • getType

        public java.lang.String getType()
        Gets the type.
        Returns:
        the type
      • setDescription

        public void setDescription​(java.lang.String description)
        Sets the description.
        Parameters:
        description - the new description
      • setIdentifier

        public void setIdentifier​(java.lang.String identifier)
        Sets the identifier.
        Parameters:
        identifier - the new identifier
      • setLabel

        public void setLabel​(java.lang.String label)
        Sets the label.
        Parameters:
        label - the new label
      • setRepositoryPath

        public void setRepositoryPath​(java.lang.String repositoryPath)
        Sets the repository path.
        Parameters:
        repositoryPath - the new repository path
      • setScript

        public void setScript​(java.lang.String script)
        Sets the script.
        Parameters:
        script - the new script
      • setSubtype

        public void setSubtype​(java.lang.String subtype)
        Sets the subtype.
        Parameters:
        subtype - the new subtype
      • setType

        public void setType​(java.lang.String type)
        Sets the type.
        Parameters:
        type - the new type