edu.wisc.my.webproxy.beans.http
Class ParameterPair

java.lang.Object
  extended by edu.wisc.my.webproxy.beans.http.ParameterPair

public class ParameterPair
extends Object

Version:
$Id: ParameterPair.java 20993 2010-07-02 19:32:47Z edalquist $
Author:
Eric Dalquist edalquist@unicon.net

Constructor Summary
ParameterPair(ParameterPair pair)
           
ParameterPair(String name, String value)
           
 
Method Summary
 String getName()
           
 String getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParameterPair

public ParameterPair(ParameterPair pair)

ParameterPair

public ParameterPair(String name,
                     String value)
Method Detail

getName

public String getName()
Returns:
Returns the name.

getValue

public String getValue()
Returns:
Returns the value.


Copyright © 2010 Jasig. All Rights Reserved.