Class CometParameterizedScript.Parameter

java.lang.Object
com.priint.pubserver.comet.entity.statement.CometParameterizedScript.Parameter
All Implemented Interfaces:
Serializable
Enclosing class:
CometParameterizedScript

public static class CometParameterizedScript.Parameter extends Object implements Serializable
The Class Parameter.
See Also:
  • Constructor Details

    • Parameter

      public Parameter()
  • Method Details

    • getDeclaration

      public String getDeclaration()
      Gets the declaration.
      Returns:
      the declaration
    • getDefaultValue

      public String getDefaultValue()
      Gets the default value.
      Returns:
      the default value
    • getDescription

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

      public String getName()
      Gets the name.
      Returns:
      the name
    • getScriptId

      public int getScriptId()
      Gets the script id.
      Returns:
      the script id
    • getSource

      Gets the source.
      Returns:
      the source
    • getStatement

      public String getStatement()
      Gets the statement.
      Returns:
      the statement
    • getType

      Gets the type.
      Returns:
      the type
    • getValues

      public List<String> getValues()
      Gets the values.
      Returns:
      the values
    • setDefaultValue

      public void setDefaultValue(String defaultValue)
      Sets the default value.
      Parameters:
      defaultValue - the new default value
    • setDescription

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

      public void setName(String name)
      Sets the name.
      Parameters:
      name - the new name
    • setScriptId

      public void setScriptId(int scriptId)
      Sets the script id.
      Parameters:
      scriptId - the new script id
    • setSource

      public void setSource(CometParameterizedScript.DocumentResource source)
      Sets the source.
      Parameters:
      source - the new source
    • setStatement

      public void setStatement(String statement)
      Sets the statement.
      Parameters:
      statement - the new statement
    • setType

      public void setType(CometParameterizedScript.ParameterType type)
      Sets the type.
      Parameters:
      type - the new type
    • setValues

      public void setValues(List<String> values)
      Sets the values.
      Parameters:
      values - the new values