|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface KKCookieIf
The KKCookie class is used to store and retrieve information from the KK_Cookie database table. The browser cookie stores a unique key which is then used to look up data stored in the KonaKart database.
| Method Summary | |
|---|---|
java.lang.String |
getAttributeId()
The id of the attribute being stored. |
java.lang.String |
getAttributeValue()
The value of the attribute. |
java.lang.String |
getCustomerUuid()
A unique key which is stored in the browser cookie. |
java.util.Calendar |
getDateAdded()
The date that the cookie was added |
java.util.Calendar |
getLastModified()
The last time that the cookie value was modified. |
void |
setAttributeId(java.lang.String attributeId)
The id of the attribute being stored. |
void |
setAttributeValue(java.lang.String attributeValue)
The value of the attribute. |
void |
setCustomerUuid(java.lang.String customerUuid)
A unique key which is stored in the browser cookie. |
void |
setDateAdded(java.util.Calendar dateAdded)
The date that the cookie was added |
void |
setLastModified(java.util.Calendar lastModified)
The last time that the cookie value was modified. |
| Method Detail |
|---|
java.lang.String getCustomerUuid()
void setCustomerUuid(java.lang.String customerUuid)
customerUuid - the customerUuid to setjava.lang.String getAttributeId()
void setAttributeId(java.lang.String attributeId)
attributeId - the attributeId to setjava.lang.String getAttributeValue()
void setAttributeValue(java.lang.String attributeValue)
attributeValue - the attributeValue to setjava.util.Calendar getDateAdded()
void setDateAdded(java.util.Calendar dateAdded)
dateAdded - the dateAdded to setjava.util.Calendar getLastModified()
void setLastModified(java.util.Calendar lastModified)
lastModified - the lastModified to set
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||