com.konakart.wsapp
Class ConfigData

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

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

See Also:
Serialized Form

Constructor Summary
ConfigData()
           
ConfigData(java.util.Calendar dateAdded, int id, java.lang.String key, java.lang.String value)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.util.Calendar getDateAdded()
          Gets the dateAdded value for this ConfigData.
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 ConfigData.
 java.lang.String getKey()
          Gets the key value for this ConfigData.
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
 java.lang.String getValue()
          Gets the value value for this ConfigData.
 int hashCode()
           
 void setDateAdded(java.util.Calendar dateAdded)
          Sets the dateAdded value for this ConfigData.
 void setId(int id)
          Sets the id value for this ConfigData.
 void setKey(java.lang.String key)
          Sets the key value for this ConfigData.
 void setValue(java.lang.String value)
          Sets the value value for this ConfigData.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigData

public ConfigData()

ConfigData

public ConfigData(java.util.Calendar dateAdded,
                  int id,
                  java.lang.String key,
                  java.lang.String value)
Method Detail

getDateAdded

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

Returns:
dateAdded

setDateAdded

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

Parameters:
dateAdded -

getId

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

Returns:
id

setId

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

Parameters:
id -

getKey

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

Returns:
key

setKey

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

Parameters:
key -

getValue

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

Returns:
value

setValue

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

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.