public class AdminIpnHistory
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
adminPaymentClass
The class that can be used to make further transactions later such as a capture or a credit
|
private java.lang.String |
custom1
Custom fields
|
private java.math.BigDecimal |
custom1Dec |
private java.lang.String |
custom2 |
private java.math.BigDecimal |
custom2Dec |
private java.lang.String |
custom3 |
private java.lang.String |
custom4 |
private int |
customerId
The customer id of the person making the payment
|
private java.util.Date |
dateAdded
dateAdded
|
private java.lang.String |
gatewayCaptureId
The id that may be used to perform a capture operation
|
private java.lang.String |
gatewayCreditId
The id that may be used to refund a customer
|
private java.lang.String |
gatewayFullResponse
The full response received by the payment gateway.
|
private java.lang.String |
gatewayResult
The result string returned by the payment gateway (i.e.
|
private java.lang.String |
gatewayTransactionId
The transaction id returned by the payment gateway
|
private int |
id
Id
|
private java.lang.String |
konakartResultDescription
A description of the KonaKart result
|
private int |
konakartResultId
A KonaKart result.
|
private java.lang.String |
moduleCode
The code of the payment module (i.e.
|
private int |
orderId
The order id for the payment
|
private int |
subscriptionId
The id of the subscription object if this payment is part of a recurring billing scenario
|
private java.math.BigDecimal |
txAmount
The amount of the transaction.
|
private java.lang.String |
txType
The type of transaction.
|
Constructor and Description |
---|
AdminIpnHistory()
Constructor
|
AdminIpnHistory(com.workingdogs.village.Record vr,
com.konakart.db.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.Date |
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() |
java.lang.String |
getGatewayResult() |
java.lang.String |
getGatewayTransactionId() |
int |
getId() |
java.lang.String |
getKonakartResultDescription() |
int |
getKonakartResultId() |
java.lang.String |
getModuleCode() |
int |
getOrderId() |
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.Date 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) |
void |
setGatewayResult(java.lang.String gatewayResult) |
void |
setGatewayTransactionId(java.lang.String gatewayTransactionId) |
void |
setId(int id) |
void |
setKonakartResultDescription(java.lang.String konakartResultDescription) |
void |
setKonakartResultId(int konakartResultId) |
void |
setModuleCode(java.lang.String moduleCode) |
void |
setOrderId(int orderId) |
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() |
private int id
private java.util.Date dateAdded
private java.lang.String moduleCode
private java.lang.String gatewayTransactionId
private java.lang.String gatewayCaptureId
private java.lang.String gatewayCreditId
private java.lang.String gatewayResult
private java.lang.String gatewayFullResponse
paramName1=paramValue1¶mName2=paramValue2& etc.)
private int orderId
private int konakartResultId
private java.lang.String konakartResultDescription
private int customerId
private int subscriptionId
private java.math.BigDecimal txAmount
private java.lang.String txType
private java.lang.String adminPaymentClass
private java.lang.String custom1
private java.lang.String custom2
private java.lang.String custom3
private java.lang.String custom4
private java.math.BigDecimal custom1Dec
private java.math.BigDecimal custom2Dec
public AdminIpnHistory()
public AdminIpnHistory(com.workingdogs.village.Record vr, com.konakart.db.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()
public void setGatewayFullResponse(java.lang.String gatewayFullResponse)
gatewayFullResponse
- the gatewayFullResponsepublic java.lang.String getGatewayResult()
public void setGatewayResult(java.lang.String gatewayResult)
gatewayResult
- the gatewayResultpublic java.lang.String getGatewayTransactionId()
public void setGatewayTransactionId(java.lang.String gatewayTransactionId)
gatewayTransactionId
- the gatewayTransactionIdpublic java.lang.String getGatewayCaptureId()
public void setGatewayCaptureId(java.lang.String gatewayCaptureId)
gatewayCaptureId
- the gatewayCaptureId to setpublic java.lang.String getGatewayCreditId()
public void setGatewayCreditId(java.lang.String gatewayCreditId)
gatewayCreditId
- the gatewayCreditId to setpublic int getId()
public void setId(int id)
id
- the id to setpublic java.lang.String getKonakartResultDescription()
public void setKonakartResultDescription(java.lang.String konakartResultDescription)
konakartResultDescription
- the konakartResultDescriptionpublic int getKonakartResultId()
public void setKonakartResultId(int konakartResultId)
konakartResultId
- the konakartResultIdpublic java.lang.String getModuleCode()
public void setModuleCode(java.lang.String moduleCode)
moduleCode
- the moduleCodepublic int getOrderId()
public void setOrderId(int orderId)
orderId
- the orderIdpublic java.util.Date getDateAdded()
public void setDateAdded(java.util.Date dateAdded)
dateAdded
- The dateAdded to set.public int getCustomerId()
public void setCustomerId(int customerId)
customerId
- the customerId to setpublic int getSubscriptionId()
public void setSubscriptionId(int subscriptionId)
subscriptionId
- the subscriptionId to setpublic java.math.BigDecimal getTxAmount()
public void setTxAmount(java.math.BigDecimal txAmount)
txAmount
- the txAmount to setpublic java.lang.String getTxType()
public void setTxType(java.lang.String txType)
txType
- the txType to setpublic java.lang.String getCustom1()
public void setCustom1(java.lang.String custom1)
custom1
- the custom1 to setpublic java.lang.String getCustom2()
public void setCustom2(java.lang.String custom2)
custom2
- the custom2 to setpublic java.lang.String getCustom3()
public void setCustom3(java.lang.String custom3)
custom3
- the custom3 to setpublic java.lang.String getCustom4()
public void setCustom4(java.lang.String custom4)
custom4
- the custom4 to setpublic java.math.BigDecimal getCustom1Dec()
public void setCustom1Dec(java.math.BigDecimal custom1Dec)
custom1Dec
- the custom1Dec to setpublic java.math.BigDecimal getCustom2Dec()
public void setCustom2Dec(java.math.BigDecimal custom2Dec)
custom2Dec
- the custom2Dec to setpublic java.lang.String getAdminPaymentClass()
public void setAdminPaymentClass(java.lang.String adminPaymentClass)
adminPaymentClass
- the adminPaymentClass to setCopyright © 2018 DS Data Systems UK Ltd.