|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.appfuse.model.BaseObject
org.appfuse.model.UserCookie
This class is used to manage cookie-based authentication.
| Constructor Summary | |
UserCookie()
|
|
| Method Summary | |
String |
getCookieId()
Returns the cookieId (a GUID). |
Date |
getDateCreated()
|
Long |
getId()
Returns the id. |
String |
getUsername()
Returns the username. |
void |
setCookieId(String rolename)
Sets the cookieId. |
void |
setDateCreated(Date dateCreated)
|
void |
setId(Long id)
Sets the id. |
void |
setUsername(String username)
Sets the username. |
| Methods inherited from class org.appfuse.model.BaseObject |
equals, hashCode, toString |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public UserCookie()
| Method Detail |
public Long getId()
public void setId(Long id)
id - The id to setpublic String getUsername()
public void setUsername(String username)
username - The username to setpublic String getCookieId()
public void setCookieId(String rolename)
rolename - The cookieId to setpublic Date getDateCreated()
public void setDateCreated(Date dateCreated)
dateCreated - The dateCreated to set.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||