|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.pluto.descriptors.common.InitParamDD
public class InitParamDD
Initialization Parameter configuration.
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 |
---|
public InitParamDD()
Method Detail |
---|
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
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |