edu.wisc.my.webproxy.beans.http
Class ParameterPair
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ParameterPair
public ParameterPair(ParameterPair pair)
ParameterPair
public ParameterPair(String name,
String value)
getName
public String getName()
- Returns:
- Returns the name.
getValue
public String getValue()
- Returns:
- Returns the value.
Copyright © 2010 Jasig. All Rights Reserved.