com.konakart.wsapp
Class IpnHistory

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

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

See Also:
Serialized Form

Constructor Summary
IpnHistory()
           
IpnHistory(java.lang.String custom1, java.math.BigDecimal custom1Dec, java.lang.String custom2, java.math.BigDecimal custom2Dec, java.lang.String custom3, java.lang.String custom4, int customerId, java.util.Calendar dateAdded, java.lang.String gatewayFullResponse, java.lang.String gatewayResult, java.lang.String gatewayTransactionId, int id, java.lang.String konakartResultDescription, int konakartResultId, java.lang.String moduleCode, int orderId, int subscriptionId, java.math.BigDecimal txAmount, java.lang.String txType)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getCustom1()
          Gets the custom1 value for this IpnHistory.
 java.math.BigDecimal getCustom1Dec()
          Gets the custom1Dec value for this IpnHistory.
 java.lang.String getCustom2()
          Gets the custom2 value for this IpnHistory.
 java.math.BigDecimal getCustom2Dec()
          Gets the custom2Dec value for this IpnHistory.
 java.lang.String getCustom3()
          Gets the custom3 value for this IpnHistory.
 java.lang.String getCustom4()
          Gets the custom4 value for this IpnHistory.
 int getCustomerId()
          Gets the customerId value for this IpnHistory.
 java.util.Calendar getDateAdded()
          Gets the dateAdded value for this IpnHistory.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 java.lang.String getGatewayFullResponse()
          Gets the gatewayFullResponse value for this IpnHistory.
 java.lang.String getGatewayResult()
          Gets the gatewayResult value for this IpnHistory.
 java.lang.String getGatewayTransactionId()
          Gets the gatewayTransactionId value for this IpnHistory.
 int getId()
          Gets the id value for this IpnHistory.
 java.lang.String getKonakartResultDescription()
          Gets the konakartResultDescription value for this IpnHistory.
 int getKonakartResultId()
          Gets the konakartResultId value for this IpnHistory.
 java.lang.String getModuleCode()
          Gets the moduleCode value for this IpnHistory.
 int getOrderId()
          Gets the orderId value for this IpnHistory.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 int getSubscriptionId()
          Gets the subscriptionId value for this IpnHistory.
 java.math.BigDecimal getTxAmount()
          Gets the txAmount value for this IpnHistory.
 java.lang.String getTxType()
          Gets the txType value for this IpnHistory.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setCustom1(java.lang.String custom1)
          Sets the custom1 value for this IpnHistory.
 void setCustom1Dec(java.math.BigDecimal custom1Dec)
          Sets the custom1Dec value for this IpnHistory.
 void setCustom2(java.lang.String custom2)
          Sets the custom2 value for this IpnHistory.
 void setCustom2Dec(java.math.BigDecimal custom2Dec)
          Sets the custom2Dec value for this IpnHistory.
 void setCustom3(java.lang.String custom3)
          Sets the custom3 value for this IpnHistory.
 void setCustom4(java.lang.String custom4)
          Sets the custom4 value for this IpnHistory.
 void setCustomerId(int customerId)
          Sets the customerId value for this IpnHistory.
 void setDateAdded(java.util.Calendar dateAdded)
          Sets the dateAdded value for this IpnHistory.
 void setGatewayFullResponse(java.lang.String gatewayFullResponse)
          Sets the gatewayFullResponse value for this IpnHistory.
 void setGatewayResult(java.lang.String gatewayResult)
          Sets the gatewayResult value for this IpnHistory.
 void setGatewayTransactionId(java.lang.String gatewayTransactionId)
          Sets the gatewayTransactionId value for this IpnHistory.
 void setId(int id)
          Sets the id value for this IpnHistory.
 void setKonakartResultDescription(java.lang.String konakartResultDescription)
          Sets the konakartResultDescription value for this IpnHistory.
 void setKonakartResultId(int konakartResultId)
          Sets the konakartResultId value for this IpnHistory.
 void setModuleCode(java.lang.String moduleCode)
          Sets the moduleCode value for this IpnHistory.
 void setOrderId(int orderId)
          Sets the orderId value for this IpnHistory.
 void setSubscriptionId(int subscriptionId)
          Sets the subscriptionId value for this IpnHistory.
 void setTxAmount(java.math.BigDecimal txAmount)
          Sets the txAmount value for this IpnHistory.
 void setTxType(java.lang.String txType)
          Sets the txType value for this IpnHistory.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IpnHistory

public IpnHistory()

IpnHistory

public IpnHistory(java.lang.String custom1,
                  java.math.BigDecimal custom1Dec,
                  java.lang.String custom2,
                  java.math.BigDecimal custom2Dec,
                  java.lang.String custom3,
                  java.lang.String custom4,
                  int customerId,
                  java.util.Calendar dateAdded,
                  java.lang.String gatewayFullResponse,
                  java.lang.String gatewayResult,
                  java.lang.String gatewayTransactionId,
                  int id,
                  java.lang.String konakartResultDescription,
                  int konakartResultId,
                  java.lang.String moduleCode,
                  int orderId,
                  int subscriptionId,
                  java.math.BigDecimal txAmount,
                  java.lang.String txType)
Method Detail

getCustom1

public java.lang.String getCustom1()
Gets the custom1 value for this IpnHistory.

Returns:
custom1

setCustom1

public void setCustom1(java.lang.String custom1)
Sets the custom1 value for this IpnHistory.

Parameters:
custom1 -

getCustom1Dec

public java.math.BigDecimal getCustom1Dec()
Gets the custom1Dec value for this IpnHistory.

Returns:
custom1Dec

setCustom1Dec

public void setCustom1Dec(java.math.BigDecimal custom1Dec)
Sets the custom1Dec value for this IpnHistory.

Parameters:
custom1Dec -

getCustom2

public java.lang.String getCustom2()
Gets the custom2 value for this IpnHistory.

Returns:
custom2

setCustom2

public void setCustom2(java.lang.String custom2)
Sets the custom2 value for this IpnHistory.

Parameters:
custom2 -

getCustom2Dec

public java.math.BigDecimal getCustom2Dec()
Gets the custom2Dec value for this IpnHistory.

Returns:
custom2Dec

setCustom2Dec

public void setCustom2Dec(java.math.BigDecimal custom2Dec)
Sets the custom2Dec value for this IpnHistory.

Parameters:
custom2Dec -

getCustom3

public java.lang.String getCustom3()
Gets the custom3 value for this IpnHistory.

Returns:
custom3

setCustom3

public void setCustom3(java.lang.String custom3)
Sets the custom3 value for this IpnHistory.

Parameters:
custom3 -

getCustom4

public java.lang.String getCustom4()
Gets the custom4 value for this IpnHistory.

Returns:
custom4

setCustom4

public void setCustom4(java.lang.String custom4)
Sets the custom4 value for this IpnHistory.

Parameters:
custom4 -

getCustomerId

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

Returns:
customerId

setCustomerId

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

Parameters:
customerId -

getDateAdded

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

Returns:
dateAdded

setDateAdded

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

Parameters:
dateAdded -

getGatewayFullResponse

public java.lang.String getGatewayFullResponse()
Gets the gatewayFullResponse value for this IpnHistory.

Returns:
gatewayFullResponse

setGatewayFullResponse

public void setGatewayFullResponse(java.lang.String gatewayFullResponse)
Sets the gatewayFullResponse value for this IpnHistory.

Parameters:
gatewayFullResponse -

getGatewayResult

public java.lang.String getGatewayResult()
Gets the gatewayResult value for this IpnHistory.

Returns:
gatewayResult

setGatewayResult

public void setGatewayResult(java.lang.String gatewayResult)
Sets the gatewayResult value for this IpnHistory.

Parameters:
gatewayResult -

getGatewayTransactionId

public java.lang.String getGatewayTransactionId()
Gets the gatewayTransactionId value for this IpnHistory.

Returns:
gatewayTransactionId

setGatewayTransactionId

public void setGatewayTransactionId(java.lang.String gatewayTransactionId)
Sets the gatewayTransactionId value for this IpnHistory.

Parameters:
gatewayTransactionId -

getId

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

Returns:
id

setId

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

Parameters:
id -

getKonakartResultDescription

public java.lang.String getKonakartResultDescription()
Gets the konakartResultDescription value for this IpnHistory.

Returns:
konakartResultDescription

setKonakartResultDescription

public void setKonakartResultDescription(java.lang.String konakartResultDescription)
Sets the konakartResultDescription value for this IpnHistory.

Parameters:
konakartResultDescription -

getKonakartResultId

public int getKonakartResultId()
Gets the konakartResultId value for this IpnHistory.

Returns:
konakartResultId

setKonakartResultId

public void setKonakartResultId(int konakartResultId)
Sets the konakartResultId value for this IpnHistory.

Parameters:
konakartResultId -

getModuleCode

public java.lang.String getModuleCode()
Gets the moduleCode value for this IpnHistory.

Returns:
moduleCode

setModuleCode

public void setModuleCode(java.lang.String moduleCode)
Sets the moduleCode value for this IpnHistory.

Parameters:
moduleCode -

getOrderId

public int getOrderId()
Gets the orderId value for this IpnHistory.

Returns:
orderId

setOrderId

public void setOrderId(int orderId)
Sets the orderId value for this IpnHistory.

Parameters:
orderId -

getSubscriptionId

public int getSubscriptionId()
Gets the subscriptionId value for this IpnHistory.

Returns:
subscriptionId

setSubscriptionId

public void setSubscriptionId(int subscriptionId)
Sets the subscriptionId value for this IpnHistory.

Parameters:
subscriptionId -

getTxAmount

public java.math.BigDecimal getTxAmount()
Gets the txAmount value for this IpnHistory.

Returns:
txAmount

setTxAmount

public void setTxAmount(java.math.BigDecimal txAmount)
Sets the txAmount value for this IpnHistory.

Parameters:
txAmount -

getTxType

public java.lang.String getTxType()
Gets the txType value for this IpnHistory.

Returns:
txType

setTxType

public void setTxType(java.lang.String txType)
Sets the txType value for this IpnHistory.

Parameters:
txType -

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.