|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.konakart.app.KKCookie
public class KKCookie
KKCookie
| Constructor Summary | |
|---|---|
KKCookie()
Constructor |
|
KKCookie(com.workingdogs.village.Record vr,
org.apache.torque.util.Criteria c)
Instantiates the attributes of the KKCookie object from a Record object |
|
| 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. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public KKCookie()
public KKCookie(com.workingdogs.village.Record vr,
org.apache.torque.util.Criteria c)
throws com.workingdogs.village.DataSetException
vr - Record containing datac - Criteria containing column names
com.workingdogs.village.DataSetException| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String getCustomerUuid()
KKCookieIf
getCustomerUuid in interface KKCookieIfpublic void setCustomerUuid(java.lang.String customerUuid)
KKCookieIf
setCustomerUuid in interface KKCookieIfcustomerUuid - the customerUuid to setpublic java.lang.String getAttributeId()
KKCookieIf
getAttributeId in interface KKCookieIfpublic void setAttributeId(java.lang.String attributeId)
KKCookieIf
setAttributeId in interface KKCookieIfattributeId - the attributeId to setpublic java.lang.String getAttributeValue()
KKCookieIf
getAttributeValue in interface KKCookieIfpublic void setAttributeValue(java.lang.String attributeValue)
KKCookieIf
setAttributeValue in interface KKCookieIfattributeValue - the attributeValue to setpublic java.util.Calendar getDateAdded()
KKCookieIf
getDateAdded in interface KKCookieIfpublic void setDateAdded(java.util.Calendar dateAdded)
KKCookieIf
setDateAdded in interface KKCookieIfdateAdded - the dateAdded to setpublic java.util.Calendar getLastModified()
KKCookieIf
getLastModified in interface KKCookieIfpublic void setLastModified(java.util.Calendar lastModified)
KKCookieIf
setLastModified in interface KKCookieIflastModified - the lastModified to set
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||