|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.konakart.wsapp.KKConfiguration
public class KKConfiguration
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 |
---|
public KKConfiguration()
public KKConfiguration(int id, java.lang.String key, java.util.Calendar lastModified, java.lang.String storeId, java.lang.String value)
Method Detail |
---|
public int getId()
public void setId(int id)
id
- public java.lang.String getKey()
public void setKey(java.lang.String key)
key
- public java.util.Calendar getLastModified()
public void setLastModified(java.util.Calendar lastModified)
lastModified
- public java.lang.String getStoreId()
public void setStoreId(java.lang.String storeId)
storeId
- public java.lang.String getValue()
public void setValue(java.lang.String value)
value
- public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |