Class DDSQueryForm.ParamPair

java.lang.Object
org.dlese.dpc.dds.action.form.DDSQueryForm.ParamPair
All Implemented Interfaces:
Serializable
Enclosing class:
DDSQueryForm

public class DDSQueryForm.ParamPair extends Object implements Serializable
Holds paramter, value pairs.
Author:
John Weatherley
See Also:
  • Constructor Details

    • ParamPair

      public ParamPair()
      Constructor for the ParamPair object
    • ParamPair

      public ParamPair(String param, String val)
      Constructor for the ParamPair object
      Parameters:
      param - The parameter name.
      val - The parameter value.
  • Method Details

    • getName

      public String getName()
      Gets the parameter name.
      Returns:
      The parameter name.
    • getVal

      public String getVal()
      Gets the parameter value.
      Returns:
      The parameter value.