net.groboclown.util.http.v1
Class NetscapeCookieParser.NameValuePair

java.lang.Object
  |
  +--net.groboclown.util.http.v1.NetscapeCookieParser.NameValuePair
Enclosing class:
NetscapeCookieParser

protected static class NetscapeCookieParser.NameValuePair
extends Object


Field Summary
private  String name
           
private  String value
           
 
Constructor Summary
protected NetscapeCookieParser.NameValuePair()
           
 
Method Summary
 String getName()
           
 String getValue()
           
 void setName(String name)
           
 void setValue(String value)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

name

private String name

value

private String value
Constructor Detail

NetscapeCookieParser.NameValuePair

protected NetscapeCookieParser.NameValuePair()
Method Detail

setName

public void setName(String name)

setValue

public void setValue(String value)

getName

public String getName()

getValue

public String getValue()


Written under the LGPL