|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.konakart.wsapp.CustomerEvent
public class CustomerEvent
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 |
---|
public 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 |
---|
public int getAction()
public void setAction(int action)
action
- public int getCustomerId()
public void setCustomerId(int customerId)
customerId
- public java.math.BigDecimal getData1Dec()
public void setData1Dec(java.math.BigDecimal data1Dec)
data1Dec
- public int getData1Int()
public void setData1Int(int data1Int)
data1Int
- public java.lang.String getData1Str()
public void setData1Str(java.lang.String data1Str)
data1Str
- public java.math.BigDecimal getData2Dec()
public void setData2Dec(java.math.BigDecimal data2Dec)
data2Dec
- public int getData2Int()
public void setData2Int(int data2Int)
data2Int
- public java.lang.String getData2Str()
public void setData2Str(java.lang.String data2Str)
data2Str
- public java.util.Calendar getDateAdded()
public void setDateAdded(java.util.Calendar dateAdded)
dateAdded
- public int getId()
public void setId(int id)
id
- public java.lang.String getStoreId()
public void setStoreId(java.lang.String storeId)
storeId
- 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 |