Class HarvestReportForm.ParamPair
java.lang.Object
org.dlese.dpc.oai.harvester.action.form.HarvestReportForm.ParamPair
- All Implemented Interfaces:
Serializable
- Enclosing class:
HarvestReportForm
Holds paramter, value pairs.
- 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.
-