DLESE Tools
v1.6.0

org.dlese.dpc.oai.harvester.action.form
Class HarvestReportForm.ParamPair

java.lang.Object
  extended by org.dlese.dpc.oai.harvester.action.form.HarvestReportForm.ParamPair
All Implemented Interfaces:
Serializable
Enclosing class:
HarvestReportForm

public class HarvestReportForm.ParamPair
extends Object
implements Serializable

Holds paramter, value pairs.

Author:
John Weatherley
See Also:
Serialized Form

Constructor Summary
HarvestReportForm.ParamPair()
          Constructor for the ParamPair object
HarvestReportForm.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

HarvestReportForm.ParamPair

public HarvestReportForm.ParamPair()
Constructor for the ParamPair object


HarvestReportForm.ParamPair

public HarvestReportForm.ParamPair(String param,
                                   String val)
Constructor for the ParamPair object

Parameters:
param - The parameter name.
val - The parameter value.
Method Detail

getName

public String getName()
Gets the parameter name.

Returns:
The parameter name.

getVal

public String getVal()
Gets the parameter value.

Returns:
The parameter value.

DLESE Tools
v1.6.0