|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.konakart.app.IpnHistory
public class IpnHistory
Contains the data received from an instant product notification from a payment gateway.
| Constructor Summary | |
|---|---|
IpnHistory()
Constructor |
|
IpnHistory(com.workingdogs.village.Record vr,
org.apache.torque.util.Criteria c)
Instantiates the attributes of the Country object from a Record object |
|
| Method Summary | |
|---|---|
java.lang.String |
getCustom1()
|
java.math.BigDecimal |
getCustom1Dec()
|
java.lang.String |
getCustom2()
|
java.math.BigDecimal |
getCustom2Dec()
|
java.lang.String |
getCustom3()
|
java.lang.String |
getCustom4()
|
int |
getCustomerId()
|
java.util.Calendar |
getDateAdded()
|
java.lang.String |
getGatewayFullResponse()
The full response received by the payment gateway. |
java.lang.String |
getGatewayResult()
The result string returned by the payment gateway (i.e. |
java.lang.String |
getGatewayTransactionId()
The transaction id returned by the payment gateway |
int |
getId()
Id |
java.lang.String |
getKonakartResultDescription()
A description of the KonaKart result. |
int |
getKonakartResultId()
A KonaKart result. |
java.lang.String |
getModuleCode()
The code of the payment module (i.e. |
int |
getOrderId()
The order id for the payment |
int |
getSubscriptionId()
The id of the subscription object if this payment is part of a recurring billing scenario |
java.math.BigDecimal |
getTxAmount()
The amount of the transaction. |
java.lang.String |
getTxType()
The type of transaction. |
void |
setCustom1(java.lang.String custom1)
|
void |
setCustom1Dec(java.math.BigDecimal custom1Dec)
|
void |
setCustom2(java.lang.String custom2)
|
void |
setCustom2Dec(java.math.BigDecimal custom2Dec)
|
void |
setCustom3(java.lang.String custom3)
|
void |
setCustom4(java.lang.String custom4)
|
void |
setCustomerId(int customerId)
|
void |
setDateAdded(java.util.Calendar dateAdded)
|
void |
setGatewayFullResponse(java.lang.String gatewayFullResponse)
The full response received by the payment gateway. |
void |
setGatewayResult(java.lang.String gatewayResult)
The result string returned by the payment gateway (i.e. |
void |
setGatewayTransactionId(java.lang.String gatewayTransactionId)
The transaction id returned by the payment gateway |
void |
setId(int id)
Id |
void |
setKonakartResultDescription(java.lang.String konakartResultDescription)
A description of the KonaKart result. |
void |
setKonakartResultId(int konakartResultId)
A KonaKart result. |
void |
setModuleCode(java.lang.String moduleCode)
The code of the payment module (i.e. |
void |
setOrderId(int orderId)
The order id for the payment |
void |
setSubscriptionId(int subscriptionId)
The id of the subscription object if this payment is part of a recurring billing scenario |
void |
setTxAmount(java.math.BigDecimal txAmount)
The amount of the transaction. |
void |
setTxType(java.lang.String txType)
The type of transaction. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public IpnHistory()
public IpnHistory(com.workingdogs.village.Record vr,
org.apache.torque.util.Criteria c)
throws com.workingdogs.village.DataSetException
vr - Record containing datac - Criteria containing column names
com.workingdogs.village.DataSetException| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String getGatewayFullResponse()
IpnHistoryIf
getGatewayFullResponse in interface IpnHistoryIfpublic void setGatewayFullResponse(java.lang.String gatewayFullResponse)
IpnHistoryIf
setGatewayFullResponse in interface IpnHistoryIfpublic java.lang.String getGatewayResult()
IpnHistoryIf
getGatewayResult in interface IpnHistoryIfpublic void setGatewayResult(java.lang.String gatewayResult)
IpnHistoryIf
setGatewayResult in interface IpnHistoryIfpublic java.lang.String getGatewayTransactionId()
IpnHistoryIf
getGatewayTransactionId in interface IpnHistoryIfpublic void setGatewayTransactionId(java.lang.String gatewayTransactionId)
IpnHistoryIf
setGatewayTransactionId in interface IpnHistoryIfpublic int getId()
IpnHistoryIf
getId in interface IpnHistoryIfpublic void setId(int id)
IpnHistoryIf
setId in interface IpnHistoryIfpublic java.lang.String getKonakartResultDescription()
IpnHistoryIf
getKonakartResultDescription in interface IpnHistoryIfpublic void setKonakartResultDescription(java.lang.String konakartResultDescription)
IpnHistoryIf
setKonakartResultDescription in interface IpnHistoryIfpublic int getKonakartResultId()
IpnHistoryIf
getKonakartResultId in interface IpnHistoryIfpublic void setKonakartResultId(int konakartResultId)
IpnHistoryIf
setKonakartResultId in interface IpnHistoryIfpublic java.lang.String getModuleCode()
IpnHistoryIf
getModuleCode in interface IpnHistoryIfpublic void setModuleCode(java.lang.String moduleCode)
IpnHistoryIf
setModuleCode in interface IpnHistoryIfpublic int getOrderId()
IpnHistoryIf
getOrderId in interface IpnHistoryIfpublic void setOrderId(int orderId)
IpnHistoryIf
setOrderId in interface IpnHistoryIfpublic java.util.Calendar getDateAdded()
getDateAdded in interface IpnHistoryIfpublic void setDateAdded(java.util.Calendar dateAdded)
setDateAdded in interface IpnHistoryIfdateAdded - The dateAdded to set.public int getCustomerId()
getCustomerId in interface IpnHistoryIfpublic void setCustomerId(int customerId)
setCustomerId in interface IpnHistoryIfcustomerId - The customerId to set.public java.math.BigDecimal getTxAmount()
getTxAmount in interface IpnHistoryIfpublic void setTxAmount(java.math.BigDecimal txAmount)
setTxAmount in interface IpnHistoryIftxAmount - the txAmount to setpublic java.lang.String getTxType()
getTxType in interface IpnHistoryIfpublic void setTxType(java.lang.String txType)
setTxType in interface IpnHistoryIftxType - the txType to setpublic java.lang.String getCustom1()
getCustom1 in interface IpnHistoryIfpublic void setCustom1(java.lang.String custom1)
setCustom1 in interface IpnHistoryIfcustom1 - the custom1 to setpublic java.lang.String getCustom2()
getCustom2 in interface IpnHistoryIfpublic void setCustom2(java.lang.String custom2)
setCustom2 in interface IpnHistoryIfcustom2 - the custom2 to setpublic java.lang.String getCustom3()
getCustom3 in interface IpnHistoryIfpublic void setCustom3(java.lang.String custom3)
setCustom3 in interface IpnHistoryIfcustom3 - the custom3 to setpublic java.lang.String getCustom4()
getCustom4 in interface IpnHistoryIfpublic void setCustom4(java.lang.String custom4)
setCustom4 in interface IpnHistoryIfcustom4 - the custom4 to setpublic java.math.BigDecimal getCustom1Dec()
getCustom1Dec in interface IpnHistoryIfpublic void setCustom1Dec(java.math.BigDecimal custom1Dec)
setCustom1Dec in interface IpnHistoryIfcustom1Dec - the custom1Dec to setpublic java.math.BigDecimal getCustom2Dec()
getCustom2Dec in interface IpnHistoryIfpublic void setCustom2Dec(java.math.BigDecimal custom2Dec)
setCustom2Dec in interface IpnHistoryIfcustom2Dec - the custom2Dec to setpublic int getSubscriptionId()
getSubscriptionId in interface IpnHistoryIfpublic void setSubscriptionId(int subscriptionId)
setSubscriptionId in interface IpnHistoryIfsubscriptionId - the subscriptionId to set
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||