public class IpnHistory extends java.lang.Object implements IpnHistoryIf
Constructor and Description |
---|
IpnHistory()
Constructor
|
IpnHistory(com.workingdogs.village.Record vr,
KKCriteria c)
Instantiates the attributes of the Country object from a Record object
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAdminPaymentClass()
The class that can be used to make further transactions later such as a capture or a credit
|
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 |
getGatewayCaptureId()
The id that may be used to perform a capture operation
|
java.lang.String |
getGatewayCreditId()
The id that may be used to refund a customer
|
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 |
setAdminPaymentClass(java.lang.String adminPaymentClass)
The class that can be used to make further transactions later such as a capture or a credit
|
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 |
setGatewayCaptureId(java.lang.String gatewayCaptureId)
The id that may be used to perform a capture operation
|
void |
setGatewayCreditId(java.lang.String gatewayCreditId)
The id that may be used to refund a customer
|
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() |
public IpnHistory()
public IpnHistory(com.workingdogs.village.Record vr, KKCriteria c) throws com.workingdogs.village.DataSetException
vr
- Record containing datac
- Criteria containing column namescom.workingdogs.village.DataSetException
- an unexpected exception due to data in Torque (the database layer)public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String getGatewayFullResponse()
paramName1=paramValue1¶mName2=paramValue2& etc.
getGatewayFullResponse
in interface IpnHistoryIf
public void setGatewayFullResponse(java.lang.String gatewayFullResponse)
paramName1=paramValue1¶mName2=paramValue2& etc.
setGatewayFullResponse
in interface IpnHistoryIf
gatewayFullResponse
- the gatewayFullResponsepublic java.lang.String getGatewayResult()
getGatewayResult
in interface IpnHistoryIf
public void setGatewayResult(java.lang.String gatewayResult)
setGatewayResult
in interface IpnHistoryIf
gatewayResult
- the gatewayResultpublic java.lang.String getGatewayTransactionId()
getGatewayTransactionId
in interface IpnHistoryIf
public void setGatewayTransactionId(java.lang.String gatewayTransactionId)
setGatewayTransactionId
in interface IpnHistoryIf
gatewayTransactionId
- the gatewayTransactionIdpublic java.lang.String getGatewayCaptureId()
getGatewayCaptureId
in interface IpnHistoryIf
public void setGatewayCaptureId(java.lang.String gatewayCaptureId)
setGatewayCaptureId
in interface IpnHistoryIf
gatewayCaptureId
- the gatewayCaptureId to setpublic java.lang.String getGatewayCreditId()
getGatewayCreditId
in interface IpnHistoryIf
public void setGatewayCreditId(java.lang.String gatewayCreditId)
setGatewayCreditId
in interface IpnHistoryIf
gatewayCreditId
- the gatewayCreditId to setpublic int getId()
getId
in interface IpnHistoryIf
public void setId(int id)
setId
in interface IpnHistoryIf
id
- the idpublic java.lang.String getKonakartResultDescription()
getKonakartResultDescription
in interface IpnHistoryIf
public void setKonakartResultDescription(java.lang.String konakartResultDescription)
setKonakartResultDescription
in interface IpnHistoryIf
konakartResultDescription
- the konakartResultDescriptionpublic int getKonakartResultId()
getKonakartResultId
in interface IpnHistoryIf
public void setKonakartResultId(int konakartResultId)
setKonakartResultId
in interface IpnHistoryIf
konakartResultId
- the konakartResultIdpublic java.lang.String getModuleCode()
getModuleCode
in interface IpnHistoryIf
public void setModuleCode(java.lang.String moduleCode)
setModuleCode
in interface IpnHistoryIf
moduleCode
- the moduleCodepublic int getOrderId()
getOrderId
in interface IpnHistoryIf
public void setOrderId(int orderId)
setOrderId
in interface IpnHistoryIf
orderId
- the orderIdpublic java.util.Calendar getDateAdded()
getDateAdded
in interface IpnHistoryIf
public void setDateAdded(java.util.Calendar dateAdded)
setDateAdded
in interface IpnHistoryIf
dateAdded
- The dateAdded to set.public int getCustomerId()
getCustomerId
in interface IpnHistoryIf
public void setCustomerId(int customerId)
setCustomerId
in interface IpnHistoryIf
customerId
- The customerId to set.public java.math.BigDecimal getTxAmount()
getTxAmount
in interface IpnHistoryIf
public void setTxAmount(java.math.BigDecimal txAmount)
setTxAmount
in interface IpnHistoryIf
txAmount
- the txAmount to setpublic java.lang.String getTxType()
getTxType
in interface IpnHistoryIf
public void setTxType(java.lang.String txType)
setTxType
in interface IpnHistoryIf
txType
- the txType to setpublic java.lang.String getCustom1()
getCustom1
in interface IpnHistoryIf
public void setCustom1(java.lang.String custom1)
setCustom1
in interface IpnHistoryIf
custom1
- the custom1 to setpublic java.lang.String getCustom2()
getCustom2
in interface IpnHistoryIf
public void setCustom2(java.lang.String custom2)
setCustom2
in interface IpnHistoryIf
custom2
- the custom2 to setpublic java.lang.String getCustom3()
getCustom3
in interface IpnHistoryIf
public void setCustom3(java.lang.String custom3)
setCustom3
in interface IpnHistoryIf
custom3
- the custom3 to setpublic java.lang.String getCustom4()
getCustom4
in interface IpnHistoryIf
public void setCustom4(java.lang.String custom4)
setCustom4
in interface IpnHistoryIf
custom4
- the custom4 to setpublic java.math.BigDecimal getCustom1Dec()
getCustom1Dec
in interface IpnHistoryIf
public void setCustom1Dec(java.math.BigDecimal custom1Dec)
setCustom1Dec
in interface IpnHistoryIf
custom1Dec
- the custom1Dec to setpublic java.math.BigDecimal getCustom2Dec()
getCustom2Dec
in interface IpnHistoryIf
public void setCustom2Dec(java.math.BigDecimal custom2Dec)
setCustom2Dec
in interface IpnHistoryIf
custom2Dec
- the custom2Dec to setpublic int getSubscriptionId()
getSubscriptionId
in interface IpnHistoryIf
public void setSubscriptionId(int subscriptionId)
setSubscriptionId
in interface IpnHistoryIf
subscriptionId
- the subscriptionId to setpublic java.lang.String getAdminPaymentClass()
getAdminPaymentClass
in interface IpnHistoryIf
public void setAdminPaymentClass(java.lang.String adminPaymentClass)
setAdminPaymentClass
in interface IpnHistoryIf
adminPaymentClass
- the adminPaymentClass to setCopyright © 2018 DS Data Systems UK Ltd.