com.konakart.wsapp
Class KKCookie

java.lang.Object
  extended by com.konakart.wsapp.KKCookie
All Implemented Interfaces:
java.io.Serializable

public class KKCookie
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
KKCookie()
           
KKCookie(java.lang.String attributeId, java.lang.String attributeValue, java.lang.String customerUuid, java.util.Calendar dateAdded, java.util.Calendar lastModified)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getAttributeId()
          Gets the attributeId value for this KKCookie.
 java.lang.String getAttributeValue()
          Gets the attributeValue value for this KKCookie.
 java.lang.String getCustomerUuid()
          Gets the customerUuid value for this KKCookie.
 java.util.Calendar getDateAdded()
          Gets the dateAdded value for this KKCookie.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 java.util.Calendar getLastModified()
          Gets the lastModified value for this KKCookie.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setAttributeId(java.lang.String attributeId)
          Sets the attributeId value for this KKCookie.
 void setAttributeValue(java.lang.String attributeValue)
          Sets the attributeValue value for this KKCookie.
 void setCustomerUuid(java.lang.String customerUuid)
          Sets the customerUuid value for this KKCookie.
 void setDateAdded(java.util.Calendar dateAdded)
          Sets the dateAdded value for this KKCookie.
 void setLastModified(java.util.Calendar lastModified)
          Sets the lastModified value for this KKCookie.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KKCookie

public KKCookie()

KKCookie

public KKCookie(java.lang.String attributeId,
                java.lang.String attributeValue,
                java.lang.String customerUuid,
                java.util.Calendar dateAdded,
                java.util.Calendar lastModified)
Method Detail

getAttributeId

public java.lang.String getAttributeId()
Gets the attributeId value for this KKCookie.

Returns:
attributeId

setAttributeId

public void setAttributeId(java.lang.String attributeId)
Sets the attributeId value for this KKCookie.

Parameters:
attributeId -

getAttributeValue

public java.lang.String getAttributeValue()
Gets the attributeValue value for this KKCookie.

Returns:
attributeValue

setAttributeValue

public void setAttributeValue(java.lang.String attributeValue)
Sets the attributeValue value for this KKCookie.

Parameters:
attributeValue -

getCustomerUuid

public java.lang.String getCustomerUuid()
Gets the customerUuid value for this KKCookie.

Returns:
customerUuid

setCustomerUuid

public void setCustomerUuid(java.lang.String customerUuid)
Sets the customerUuid value for this KKCookie.

Parameters:
customerUuid -

getDateAdded

public java.util.Calendar getDateAdded()
Gets the dateAdded value for this KKCookie.

Returns:
dateAdded

setDateAdded

public void setDateAdded(java.util.Calendar dateAdded)
Sets the dateAdded value for this KKCookie.

Parameters:
dateAdded -

getLastModified

public java.util.Calendar getLastModified()
Gets the lastModified value for this KKCookie.

Returns:
lastModified

setLastModified

public void setLastModified(java.util.Calendar lastModified)
Sets the lastModified value for this KKCookie.

Parameters:
lastModified -

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer



Copyright © 2011 DS Data Systems UK Ltd.