com.konakart.wsapp
Class KKConfiguration

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

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

See Also:
Serialized Form

Constructor Summary
KKConfiguration()
           
KKConfiguration(int id, java.lang.String key, java.util.Calendar lastModified, java.lang.String storeId, java.lang.String value)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 int getId()
          Gets the id value for this KKConfiguration.
 java.lang.String getKey()
          Gets the key value for this KKConfiguration.
 java.util.Calendar getLastModified()
          Gets the lastModified value for this KKConfiguration.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 java.lang.String getStoreId()
          Gets the storeId value for this KKConfiguration.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 java.lang.String getValue()
          Gets the value value for this KKConfiguration.
 int hashCode()
           
 void setId(int id)
          Sets the id value for this KKConfiguration.
 void setKey(java.lang.String key)
          Sets the key value for this KKConfiguration.
 void setLastModified(java.util.Calendar lastModified)
          Sets the lastModified value for this KKConfiguration.
 void setStoreId(java.lang.String storeId)
          Sets the storeId value for this KKConfiguration.
 void setValue(java.lang.String value)
          Sets the value value for this KKConfiguration.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KKConfiguration

public KKConfiguration()

KKConfiguration

public KKConfiguration(int id,
                       java.lang.String key,
                       java.util.Calendar lastModified,
                       java.lang.String storeId,
                       java.lang.String value)
Method Detail

getId

public int getId()
Gets the id value for this KKConfiguration.

Returns:
id

setId

public void setId(int id)
Sets the id value for this KKConfiguration.

Parameters:
id -

getKey

public java.lang.String getKey()
Gets the key value for this KKConfiguration.

Returns:
key

setKey

public void setKey(java.lang.String key)
Sets the key value for this KKConfiguration.

Parameters:
key -

getLastModified

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

Returns:
lastModified

setLastModified

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

Parameters:
lastModified -

getStoreId

public java.lang.String getStoreId()
Gets the storeId value for this KKConfiguration.

Returns:
storeId

setStoreId

public void setStoreId(java.lang.String storeId)
Sets the storeId value for this KKConfiguration.

Parameters:
storeId -

getValue

public java.lang.String getValue()
Gets the value value for this KKConfiguration.

Returns:
value

setValue

public void setValue(java.lang.String value)
Sets the value value for this KKConfiguration.

Parameters:
value -

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.