org.jasig.portlet.test.cookie
Class CreateCookieFormBackingObject
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CreateCookieFormBackingObject
public CreateCookieFormBackingObject()
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.