org.jasig.portlet.test.cookie
Class CreateCookieFormBackingObject

java.lang.Object
  extended by org.jasig.portlet.test.cookie.CreateCookieFormBackingObject

public class CreateCookieFormBackingObject
extends Object

Version:
$Id: CreateCookieFormBackingObject.java 22997 2011-02-20 20:33:12Z nblair $
Author:
Nicholas Blair

Constructor Summary
CreateCookieFormBackingObject()
           
 
Method Summary
 String getComment()
           
 String getDomain()
           
 int getMaxAge()
           
 String getName()
           
 String getPath()
           
 String getValue()
           
 int getVersion()
           
 boolean isSecure()
           
 void setComment(String comment)
           
 void setDomain(String domain)
           
 void setMaxAge(int maxAge)
           
 void setName(String name)
           
 void setPath(String path)
           
 void setSecure(boolean secure)
           
 void setValue(String value)
           
 void setVersion(int version)
           
 javax.servlet.http.Cookie toCookie()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CreateCookieFormBackingObject

public CreateCookieFormBackingObject()
Method Detail

getName

public String getName()
Returns:
the name

setName

public void setName(String name)
Parameters:
name - the name to set

getValue

public String getValue()
Returns:
the value

setValue

public void setValue(String value)
Parameters:
value - the value to set

getComment

public String getComment()
Returns:
the comment

setComment

public void setComment(String comment)
Parameters:
comment - the comment to set

getDomain

public String getDomain()
Returns:
the domain

setDomain

public void setDomain(String domain)
Parameters:
domain - the domain to set

getMaxAge

public int getMaxAge()
Returns:
the maxAge

setMaxAge

public void setMaxAge(int maxAge)
Parameters:
maxAge - the maxAge to set

getPath

public String getPath()
Returns:
the path

setPath

public void setPath(String path)
Parameters:
path - the path to set

getVersion

public int getVersion()
Returns:
the version

setVersion

public void setVersion(int version)
Parameters:
version - the version to set

isSecure

public boolean isSecure()
Returns:
the secure

setSecure

public void setSecure(boolean secure)
Parameters:
secure - the secure to set

toCookie

public javax.servlet.http.Cookie toCookie()
Returns:


Copyright © 2012 Jasig. All Rights Reserved.