Class ScriptExample

All Implemented Interfaces:
Serializable

public class ScriptExample extends CometEntity
Example of a script.
See Also:
  • Constructor Details

    • ScriptExample

      public ScriptExample()
  • Method Details

    • getDescription

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

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

      public String getLabel()
      Gets the label.
      Returns:
      the label
    • getRepositoryFilename

      public String getRepositoryFilename() throws CometException
      Gets the repository filename.
      Overrides:
      getRepositoryFilename in class CometEntity
      Returns:
      the repository filename
      Throws:
      CometException - the comet exception
    • getRepositoryPath

      public String getRepositoryPath() throws CometException
      Gets the repository path.
      Overrides:
      getRepositoryPath in class CometEntity
      Returns:
      the repository path
      Throws:
      CometException - the comet exception
    • getScript

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

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

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

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

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

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

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

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

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

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