|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.konakartadmin.app.AdminIpnHistory
public class AdminIpnHistory
Contains the data received from an instant product notification from a payment gateway. The data normally contains information about the outcome of a payment attempt.
Field Summary | |
---|---|
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 |
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 Summary | |
---|---|
AdminIpnHistory()
Constructor |
|
AdminIpnHistory(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.Date |
getDateAdded()
|
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 |
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 |
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()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
private int id
private java.util.Date dateAdded
private java.lang.String moduleCode
private java.lang.String gatewayTransactionId
private java.lang.String gatewayResult
private java.lang.String gatewayFullResponse
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 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
Constructor Detail |
---|
public AdminIpnHistory()
public AdminIpnHistory(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 interface AdminObjectIf
toString
in class java.lang.Object
public java.lang.String getGatewayFullResponse()
public void setGatewayFullResponse(java.lang.String gatewayFullResponse)
gatewayFullResponse
- public java.lang.String getGatewayResult()
public void setGatewayResult(java.lang.String gatewayResult)
gatewayResult
- public java.lang.String getGatewayTransactionId()
public void setGatewayTransactionId(java.lang.String gatewayTransactionId)
gatewayTransactionId
- public int getId()
getId
in interface AdminObjectIf
public void setId(int id)
setId
in interface AdminObjectIf
id
- the id to setpublic java.lang.String getKonakartResultDescription()
public void setKonakartResultDescription(java.lang.String konakartResultDescription)
konakartResultDescription
- public int getKonakartResultId()
public void setKonakartResultId(int konakartResultId)
konakartResultId
- public java.lang.String getModuleCode()
public void setModuleCode(java.lang.String moduleCode)
moduleCode
- public int getOrderId()
public void setOrderId(int orderId)
orderId
- public 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 set
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |