public interface KKCookieIf
Modifier and Type | Method and Description |
---|---|
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.
|
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 setCopyright © 2018 DS Data Systems UK Ltd.