org.apache.pluto.descriptors.common
Class InitParamDD

java.lang.Object
  extended by org.apache.pluto.descriptors.common.InitParamDD

public class InitParamDD
extends java.lang.Object

Initialization Parameter configuration.

Since:
Feb 28, 2005
Version:
$Id: InitParamDD.java 157038 2005-03-11 03:44:40Z ddewolf $
Author:
David H. DeWolf

Field Summary
private  java.lang.String description
          The description of the parameter.
private  java.lang.String paramName
          The name of the parameter.
private  java.lang.String paramValue
          The value of the parameter.
 
Constructor Summary
InitParamDD()
          Default Constructor.
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

paramName

private java.lang.String paramName
The name of the parameter.


paramValue

private java.lang.String paramValue
The value of the parameter.


description

private java.lang.String description
The description of the parameter.

Constructor Detail

InitParamDD

public InitParamDD()
Default Constructor.

Method Detail

getParamName

public java.lang.String getParamName()
Retrieve the name of the parameter.

Returns:

setParamName

public void setParamName(java.lang.String paramName)
Set the name of the parameter.

Parameters:
paramName -

getParamValue

public java.lang.String getParamValue()
Get the name of the parameter.

Returns:

setParamValue

public void setParamValue(java.lang.String paramValue)
Set the value of the parameter.

Parameters:
paramValue -

getDescription

public java.lang.String getDescription()
Retrieve the description.

Returns:

setDescription

public void setDescription(java.lang.String description)
Set the description of the parameter.

Parameters:
description -