ca.intelliware.amakihi.util.http
Class Cookie

java.lang.Object
  |
  +--ca.intelliware.amakihi.util.http.NameValuePair
        |
        +--ca.intelliware.amakihi.util.http.Cookie

public class Cookie
extends NameValuePair


Constructor Summary
Cookie(java.net.URL url, java.lang.String name, java.lang.String value)
           
 
Method Summary
 java.lang.String getComment()
          Gets the comment
 java.lang.String getCommentURL()
          Gets the commentURL
 java.lang.String getDomain()
          Gets the domain
 java.lang.String getExpires()
          Gets the expires
 java.lang.String getMaxAge()
          Gets the maxAge
 java.lang.String getPath()
          Gets the path
 java.lang.String getPort()
          Gets the port
 java.net.URL getUrl()
          Gets the url
 java.lang.String getVersion()
          Gets the version
 void setComment(java.lang.String comment)
          Sets the comment
 void setCommentURL(java.lang.String commentURL)
          Sets the commentURL
 void setDomain(java.lang.String domain)
          Sets the domain
 void setExpires(java.lang.String expires)
          Sets the expires
 void setMaxAge(java.lang.String maxAge)
          Sets the maxAge
 void setPath(java.lang.String path)
          Sets the path
 void setPort(java.lang.String port)
          Sets the port
 void setVersion(java.lang.String version)
          Sets the version
 
Methods inherited from class ca.intelliware.amakihi.util.http.NameValuePair
getName, getValue, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Cookie

public Cookie(java.net.URL url,
              java.lang.String name,
              java.lang.String value)
Method Detail

getPath

public java.lang.String getPath()
Gets the path
Returns:
Returns a String

setPath

public void setPath(java.lang.String path)
Sets the path
Parameters:
path - The path to set

getDomain

public java.lang.String getDomain()
Gets the domain
Returns:
Returns a String

setDomain

public void setDomain(java.lang.String domain)
Sets the domain
Parameters:
domain - The domain to set

getExpires

public java.lang.String getExpires()
Gets the expires
Returns:
Returns a String

setExpires

public void setExpires(java.lang.String expires)
Sets the expires
Parameters:
expires - The expires to set

getComment

public java.lang.String getComment()
Gets the comment
Returns:
Returns a String

setComment

public void setComment(java.lang.String comment)
Sets the comment
Parameters:
comment - The comment to set

getCommentURL

public java.lang.String getCommentURL()
Gets the commentURL
Returns:
Returns a String

setCommentURL

public void setCommentURL(java.lang.String commentURL)
Sets the commentURL
Parameters:
commentURL - The commentURL to set

getMaxAge

public java.lang.String getMaxAge()
Gets the maxAge
Returns:
Returns a String

setMaxAge

public void setMaxAge(java.lang.String maxAge)
Sets the maxAge
Parameters:
maxAge - The maxAge to set

getVersion

public java.lang.String getVersion()
Gets the version
Returns:
Returns a String

setVersion

public void setVersion(java.lang.String version)
Sets the version
Parameters:
version - The version to set

getPort

public java.lang.String getPort()
Gets the port
Returns:
Returns a String

setPort

public void setPort(java.lang.String port)
Sets the port
Parameters:
port - The port to set

getUrl

public java.net.URL getUrl()
Gets the url
Returns:
Returns a URL


Copyright 2002 Intelliware Development. All Rights Reserved.