Class CometParameterizedScript.Parameter
java.lang.Object
com.priint.pubserver.comet.entity.statement.CometParameterizedScript.Parameter
- All Implemented Interfaces:
Serializable
- Enclosing class:
- CometParameterizedScript
The Class Parameter.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the declaration.Gets the default value.Gets the description.getName()Gets the name.intGets the script id.Gets the source.Gets the statement.getType()Gets the type.Gets the values.voidsetDefaultValue(String defaultValue) Sets the default value.voidsetDescription(String description) Sets the description.voidSets the name.voidsetScriptId(int scriptId) Sets the script id.voidSets the source.voidsetStatement(String statement) Sets the statement.voidSets the type.voidSets the values.
-
Constructor Details
-
Parameter
public Parameter()
-
-
Method Details
-
getDeclaration
Gets the declaration.- Returns:
- the declaration
-
getDefaultValue
Gets the default value.- Returns:
- the default value
-
getDescription
Gets the description.- Returns:
- the description
-
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
Gets the statement.- Returns:
- the statement
-
getType
Gets the type.- Returns:
- the type
-
getValues
Gets the values.- Returns:
- the values
-
setDefaultValue
Sets the default value.- Parameters:
defaultValue- the new default value
-
setDescription
Sets the description.- Parameters:
description- the new description
-
setName
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
Sets the source.- Parameters:
source- the new source
-
setStatement
Sets the statement.- Parameters:
statement- the new statement
-
setType
Sets the type.- Parameters:
type- the new type
-
setValues
Sets the values.- Parameters:
values- the new values
-