|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AuthCookieBean
A bean describing a row in the tbl_auth_cookies table.
Method Summary | |
---|---|
java.lang.String |
getCookieValue()
Gets the cookie's value. |
java.util.Date |
getCreated()
Gets the date and time this cookie was created. |
UserBean |
getUser()
Gets the user this cookie is for. |
int |
getUserID()
Gets the identifier of the user this cookie is for. |
void |
setCookieValue(java.lang.String toSet)
Sets the cookie's value. |
void |
setCreated(java.util.Date toSet)
Sets the date and time this cookie was created. |
void |
setUserID(int toSet)
Sets the identifier of the user this cookie is for. |
Methods inherited from interface com.hyper9.vangaea.types.beans.admin.AdminBean |
---|
getConnection, isDeleted, isDirty |
Methods inherited from interface com.hyper9.common.beans.UniqueBean |
---|
getID, setID |
Methods inherited from interface com.hyper9.common.beans.Bean |
---|
toString, toString, toString, toString |
Method Detail |
---|
java.lang.String getCookieValue()
void setCookieValue(java.lang.String toSet)
toSet
- The cookie's value.int getUserID()
void setUserID(int toSet)
toSet
- The identifier of the user this cookie is for.java.util.Date getCreated()
void setCreated(java.util.Date toSet)
toSet
- The date and time this cookie was created.UserBean getUser() throws java.lang.Exception
java.lang.Exception
- When an error occurs.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |