public class InitParamDD
extends java.lang.Object
Constructor and Description |
---|
InitParamDD()
Default Constructor.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription()
Retrieve the description.
|
java.lang.String |
getParamName()
Retrieve the name of the parameter.
|
java.lang.String |
getParamValue()
Get the name of the parameter.
|
void |
setDescription(java.lang.String description)
Set the description of the parameter.
|
void |
setParamName(java.lang.String paramName)
Set the name of the parameter.
|
void |
setParamValue(java.lang.String paramValue)
Set the value of the parameter.
|
public java.lang.String getParamName()
public void setParamName(java.lang.String paramName)
paramName
- public java.lang.String getParamValue()
public void setParamValue(java.lang.String paramValue)
paramValue
- public java.lang.String getDescription()
public void setDescription(java.lang.String description)
description
- Copyright © 2003-2013 . All Rights Reserved.