|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.konakart.rmi.app.S_KKCookie
public class S_KKCookie
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.
| Constructor Summary | |
|---|---|
S_KKCookie()
|
|
| 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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public S_KKCookie()
| Method Detail |
|---|
public java.lang.String getCustomerUuid()
public void setCustomerUuid(java.lang.String _customerUuid)
_customerUuid - the customerUuid to setpublic java.lang.String getAttributeId()
public void setAttributeId(java.lang.String _attributeId)
_attributeId - the attributeId to setpublic java.lang.String getAttributeValue()
public void setAttributeValue(java.lang.String _attributeValue)
_attributeValue - the attributeValue to setpublic java.util.Calendar getDateAdded()
public void setDateAdded(java.util.Calendar _dateAdded)
_dateAdded - the dateAdded to setpublic java.util.Calendar getLastModified()
public 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 | ||||||||