|
DLESE Tools v1.2 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.dlese.dpc.dds.action.form.DDSQueryForm.ParamPair
Holds paramter, value pairs.
Constructor Summary | |
---|---|
DDSQueryForm.ParamPair()
Constructor for the ParamPair object |
|
DDSQueryForm.ParamPair(String param,
String val)
Constructor for the ParamPair object |
Method Summary | |
---|---|
String |
getName()
Gets the parameter name. |
String |
getVal()
Gets the parameter value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DDSQueryForm.ParamPair()
public DDSQueryForm.ParamPair(String param, String val)
param
- The parameter name.val
- The parameter value.Method Detail |
public String getName()
public String getVal()
|
DLESE Tools v1.2 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |