Package org.dlese.dpc.action.form
Class SimpleQueryForm.ParamPair
java.lang.Object
org.dlese.dpc.action.form.SimpleQueryForm.ParamPair
- All Implemented Interfaces:
Serializable
- Enclosing class:
SimpleQueryForm
Holds paramter, value pairs.
- Version:
- $Id: SimpleQueryForm.java,v 1.23 2010/07/14 00:18:48 jweather Exp $
- Author:
- John Weatherley
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ParamPair
public ParamPair()Constructor for the ParamPair object -
ParamPair
Constructor for the ParamPair object- Parameters:
param- The parameter name.val- The parameter value.
-
-
Method Details
-
getName
Gets the parameter name.- Returns:
- The parameter name.
-
getVal
Gets the parameter value.- Returns:
- The parameter value.
-