org.apache.pluto.descriptors.common
Class InitParamDD

java.lang.Object
  extended byorg.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

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
 

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 -


Copyright © 2003-2006 . All Rights Reserved.