com.konakart.wsapp
Class CustomerEvent

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

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

See Also:
Serialized Form

Constructor Summary
CustomerEvent()
           
CustomerEvent(int action, int customerId, java.math.BigDecimal data1Dec, int data1Int, java.lang.String data1Str, java.math.BigDecimal data2Dec, int data2Int, java.lang.String data2Str, java.util.Calendar dateAdded, int id, java.lang.String storeId)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 int getAction()
          Gets the action value for this CustomerEvent.
 int getCustomerId()
          Gets the customerId value for this CustomerEvent.
 java.math.BigDecimal getData1Dec()
          Gets the data1Dec value for this CustomerEvent.
 int getData1Int()
          Gets the data1Int value for this CustomerEvent.
 java.lang.String getData1Str()
          Gets the data1Str value for this CustomerEvent.
 java.math.BigDecimal getData2Dec()
          Gets the data2Dec value for this CustomerEvent.
 int getData2Int()
          Gets the data2Int value for this CustomerEvent.
 java.lang.String getData2Str()
          Gets the data2Str value for this CustomerEvent.
 java.util.Calendar getDateAdded()
          Gets the dateAdded value for this CustomerEvent.
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 CustomerEvent.
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 CustomerEvent.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setAction(int action)
          Sets the action value for this CustomerEvent.
 void setCustomerId(int customerId)
          Sets the customerId value for this CustomerEvent.
 void setData1Dec(java.math.BigDecimal data1Dec)
          Sets the data1Dec value for this CustomerEvent.
 void setData1Int(int data1Int)
          Sets the data1Int value for this CustomerEvent.
 void setData1Str(java.lang.String data1Str)
          Sets the data1Str value for this CustomerEvent.
 void setData2Dec(java.math.BigDecimal data2Dec)
          Sets the data2Dec value for this CustomerEvent.
 void setData2Int(int data2Int)
          Sets the data2Int value for this CustomerEvent.
 void setData2Str(java.lang.String data2Str)
          Sets the data2Str value for this CustomerEvent.
 void setDateAdded(java.util.Calendar dateAdded)
          Sets the dateAdded value for this CustomerEvent.
 void setId(int id)
          Sets the id value for this CustomerEvent.
 void setStoreId(java.lang.String storeId)
          Sets the storeId value for this CustomerEvent.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CustomerEvent

public CustomerEvent()

CustomerEvent

public CustomerEvent(int action,
                     int customerId,
                     java.math.BigDecimal data1Dec,
                     int data1Int,
                     java.lang.String data1Str,
                     java.math.BigDecimal data2Dec,
                     int data2Int,
                     java.lang.String data2Str,
                     java.util.Calendar dateAdded,
                     int id,
                     java.lang.String storeId)
Method Detail

getAction

public int getAction()
Gets the action value for this CustomerEvent.

Returns:
action

setAction

public void setAction(int action)
Sets the action value for this CustomerEvent.

Parameters:
action -

getCustomerId

public int getCustomerId()
Gets the customerId value for this CustomerEvent.

Returns:
customerId

setCustomerId

public void setCustomerId(int customerId)
Sets the customerId value for this CustomerEvent.

Parameters:
customerId -

getData1Dec

public java.math.BigDecimal getData1Dec()
Gets the data1Dec value for this CustomerEvent.

Returns:
data1Dec

setData1Dec

public void setData1Dec(java.math.BigDecimal data1Dec)
Sets the data1Dec value for this CustomerEvent.

Parameters:
data1Dec -

getData1Int

public int getData1Int()
Gets the data1Int value for this CustomerEvent.

Returns:
data1Int

setData1Int

public void setData1Int(int data1Int)
Sets the data1Int value for this CustomerEvent.

Parameters:
data1Int -

getData1Str

public java.lang.String getData1Str()
Gets the data1Str value for this CustomerEvent.

Returns:
data1Str

setData1Str

public void setData1Str(java.lang.String data1Str)
Sets the data1Str value for this CustomerEvent.

Parameters:
data1Str -

getData2Dec

public java.math.BigDecimal getData2Dec()
Gets the data2Dec value for this CustomerEvent.

Returns:
data2Dec

setData2Dec

public void setData2Dec(java.math.BigDecimal data2Dec)
Sets the data2Dec value for this CustomerEvent.

Parameters:
data2Dec -

getData2Int

public int getData2Int()
Gets the data2Int value for this CustomerEvent.

Returns:
data2Int

setData2Int

public void setData2Int(int data2Int)
Sets the data2Int value for this CustomerEvent.

Parameters:
data2Int -

getData2Str

public java.lang.String getData2Str()
Gets the data2Str value for this CustomerEvent.

Returns:
data2Str

setData2Str

public void setData2Str(java.lang.String data2Str)
Sets the data2Str value for this CustomerEvent.

Parameters:
data2Str -

getDateAdded

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

Returns:
dateAdded

setDateAdded

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

Parameters:
dateAdded -

getId

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

Returns:
id

setId

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

Parameters:
id -

getStoreId

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

Returns:
storeId

setStoreId

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

Parameters:
storeId -

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.