Class _PaymentLog

  • All Implemented Interfaces:
    IEntity, Serializable, org.apache.cayenne.DataObject, org.apache.cayenne.Persistent, org.apache.cayenne.Validating
    Direct Known Subclasses:
    PaymentLog

    public abstract class _PaymentLog
    extends BaseEntity

    Provides the _PaymentLog database entity.

    Please note this class was generated by Cayenne. You should avoid making changes to this class as it may be regenerated. Please make customizations to the entity subclass.

    See Also:
    Serialized Form
    • Field Detail

      • ANTI_FRAUD_CODE_PROPERTY

        public static final String ANTI_FRAUD_CODE_PROPERTY
        Provides the 'antiFraudCode' property name.
        See Also:
        Constant Field Values
      • ANTI_FRAUD_RESPONSE_PROPERTY

        public static final String ANTI_FRAUD_RESPONSE_PROPERTY
        Provides the 'antiFraudResponse' property name.
        See Also:
        Constant Field Values
      • DO_AMOUNT_PROPERTY

        public static final String DO_AMOUNT_PROPERTY
        Provides the 'doAmount' property name.
        See Also:
        Constant Field Values
      • DO_MERCH_TXN_REF_PROPERTY

        public static final String DO_MERCH_TXN_REF_PROPERTY
        Provides the 'doMerchTxnRef' property name.
        See Also:
        Constant Field Values
      • DO_MERCHANT_PROPERTY

        public static final String DO_MERCHANT_PROPERTY
        Provides the 'doMerchant' property name.
        See Also:
        Constant Field Values
      • DO_TIMESTAMP_PROPERTY

        public static final String DO_TIMESTAMP_PROPERTY
        Provides the 'doTimestamp' property name.
        See Also:
        Constant Field Values
      • DO_VERSION_PROPERTY

        public static final String DO_VERSION_PROPERTY
        Provides the 'doVersion' property name.
        See Also:
        Constant Field Values
      • DR_ACQ_RESPONSE_CODE_PROPERTY

        public static final String DR_ACQ_RESPONSE_CODE_PROPERTY
        Provides the 'drAcqResponseCode' property name.
        See Also:
        Constant Field Values
      • DR_AMOUNT_PROPERTY

        public static final String DR_AMOUNT_PROPERTY
        Provides the 'drAmount' property name.
        See Also:
        Constant Field Values
      • DR_BATCH_NO_PROPERTY

        public static final String DR_BATCH_NO_PROPERTY
        Provides the 'drBatchNo' property name.
        See Also:
        Constant Field Values
      • DR_CUSTOM_PARAM1_PROPERTY

        public static final String DR_CUSTOM_PARAM1_PROPERTY
        Provides the 'drCustomParam1' property name.
        See Also:
        Constant Field Values
      • DR_CUSTOM_PARAM2_PROPERTY

        public static final String DR_CUSTOM_PARAM2_PROPERTY
        Provides the 'drCustomParam2' property name.
        See Also:
        Constant Field Values
      • DR_CUSTOM_PARAM3_PROPERTY

        public static final String DR_CUSTOM_PARAM3_PROPERTY
        Provides the 'drCustomParam3' property name.
        See Also:
        Constant Field Values
      • DR_CUSTOM_PARAM4_PROPERTY

        public static final String DR_CUSTOM_PARAM4_PROPERTY
        Provides the 'drCustomParam4' property name.
        See Also:
        Constant Field Values
      • DR_CUSTOM_PARAM5_PROPERTY

        public static final String DR_CUSTOM_PARAM5_PROPERTY
        Provides the 'drCustomParam5' property name.
        See Also:
        Constant Field Values
      • DR_MERCH_TXN_REF_PROPERTY

        public static final String DR_MERCH_TXN_REF_PROPERTY
        Provides the 'drMerchTxnRef' property name.
        See Also:
        Constant Field Values
      • DR_MESSAGE_PROPERTY

        public static final String DR_MESSAGE_PROPERTY
        Provides the 'drMessage' property name.
        See Also:
        Constant Field Values
      • DR_RECEIPT_NO_PROPERTY

        public static final String DR_RECEIPT_NO_PROPERTY
        Provides the 'drReceiptNo' property name.
        See Also:
        Constant Field Values
      • DR_TAX_AMOUNT_PROPERTY

        public static final String DR_TAX_AMOUNT_PROPERTY
        Provides the 'drTaxAmount' property name.
        See Also:
        Constant Field Values
      • DR_TIMESTAMP_PROPERTY

        public static final String DR_TIMESTAMP_PROPERTY
        Provides the 'drTimestamp' property name.
        See Also:
        Constant Field Values
      • DR_TRANSACTION_NO_PROPERTY

        public static final String DR_TRANSACTION_NO_PROPERTY
        Provides the 'drTransactionNo' property name.
        See Also:
        Constant Field Values
      • DR_TXN_RESPONSE_CODE_PROPERTY

        public static final String DR_TXN_RESPONSE_CODE_PROPERTY
        Provides the 'drTxnResponseCode' property name.
        See Also:
        Constant Field Values
      • DR_TXN_RESPONSE_MSG_PROPERTY

        public static final String DR_TXN_RESPONSE_MSG_PROPERTY
        Provides the 'drTxnResponseMsg' property name.
        See Also:
        Constant Field Values
      • PAYMENT_LOG_KEY_PROPERTY

        public static final String PAYMENT_LOG_KEY_PROPERTY
        Provides the 'paymentLogKey' property name.
        See Also:
        Constant Field Values
      • PAYMENT_SERVICE_CODE_PROPERTY

        public static final String PAYMENT_SERVICE_CODE_PROPERTY
        Provides the 'paymentServiceCode' property name.
        See Also:
        Constant Field Values
      • PAYMENT_STATUS_PROPERTY

        public static final String PAYMENT_STATUS_PROPERTY
        Provides the 'paymentStatus' property name.
        See Also:
        Constant Field Values
      • USER_IP_ADDRESS_PROPERTY

        public static final String USER_IP_ADDRESS_PROPERTY
        Provides the 'userIpAddress' property name.
        See Also:
        Constant Field Values
      • SUBMISSION_PROPERTY

        public static final String SUBMISSION_PROPERTY
        Provides the 'submission' relationship name.
        See Also:
        Constant Field Values
      • PAYMENT_OID_PK_COLUMN

        public static final String PAYMENT_OID_PK_COLUMN
        Provides the 'payment_oid' primary key database column name.
        See Also:
        Constant Field Values
      • ANTI_FRAUD_CODE

        public static final org.apache.cayenne.exp.Property<String> ANTI_FRAUD_CODE
        Provides the 'ANTI_FRAUD_CODE' property.
      • ANTI_FRAUD_RESPONSE

        public static final org.apache.cayenne.exp.Property<String> ANTI_FRAUD_RESPONSE
        Provides the 'ANTI_FRAUD_RESPONSE' property.
      • DO_AMOUNT

        public static final org.apache.cayenne.exp.Property<Integer> DO_AMOUNT
        Provides the 'DO_AMOUNT' property.
      • DO_MERCH_TXN_REF

        public static final org.apache.cayenne.exp.Property<String> DO_MERCH_TXN_REF
        Provides the 'DO_MERCH_TXN_REF' property.
      • DO_MERCHANT

        public static final org.apache.cayenne.exp.Property<String> DO_MERCHANT
        Provides the 'DO_MERCHANT' property.
      • DO_TIMESTAMP

        public static final org.apache.cayenne.exp.Property<Date> DO_TIMESTAMP
        Provides the 'DO_TIMESTAMP' property.
      • DO_VERSION

        public static final org.apache.cayenne.exp.Property<String> DO_VERSION
        Provides the 'DO_VERSION' property.
      • DR_ACQ_RESPONSE_CODE

        public static final org.apache.cayenne.exp.Property<String> DR_ACQ_RESPONSE_CODE
        Provides the 'DR_ACQ_RESPONSE_CODE' property.
      • DR_AMOUNT

        public static final org.apache.cayenne.exp.Property<Integer> DR_AMOUNT
        Provides the 'DR_AMOUNT' property.
      • DR_BATCH_NO

        public static final org.apache.cayenne.exp.Property<Integer> DR_BATCH_NO
        Provides the 'DR_BATCH_NO' property.
      • DR_CUSTOM_PARAM1

        public static final org.apache.cayenne.exp.Property<String> DR_CUSTOM_PARAM1
        Provides the 'DR_CUSTOM_PARAM1' property.
      • DR_CUSTOM_PARAM2

        public static final org.apache.cayenne.exp.Property<String> DR_CUSTOM_PARAM2
        Provides the 'DR_CUSTOM_PARAM2' property.
      • DR_CUSTOM_PARAM3

        public static final org.apache.cayenne.exp.Property<String> DR_CUSTOM_PARAM3
        Provides the 'DR_CUSTOM_PARAM3' property.
      • DR_CUSTOM_PARAM4

        public static final org.apache.cayenne.exp.Property<String> DR_CUSTOM_PARAM4
        Provides the 'DR_CUSTOM_PARAM4' property.
      • DR_CUSTOM_PARAM5

        public static final org.apache.cayenne.exp.Property<String> DR_CUSTOM_PARAM5
        Provides the 'DR_CUSTOM_PARAM5' property.
      • DR_MERCH_TXN_REF

        public static final org.apache.cayenne.exp.Property<String> DR_MERCH_TXN_REF
        Provides the 'DR_MERCH_TXN_REF' property.
      • DR_MESSAGE

        public static final org.apache.cayenne.exp.Property<String> DR_MESSAGE
        Provides the 'DR_MESSAGE' property.
      • DR_RECEIPT_NO

        public static final org.apache.cayenne.exp.Property<String> DR_RECEIPT_NO
        Provides the 'DR_RECEIPT_NO' property.
      • DR_TAX_AMOUNT

        public static final org.apache.cayenne.exp.Property<Integer> DR_TAX_AMOUNT
        Provides the 'DR_TAX_AMOUNT' property.
      • DR_TIMESTAMP

        public static final org.apache.cayenne.exp.Property<Date> DR_TIMESTAMP
        Provides the 'DR_TIMESTAMP' property.
      • DR_TRANSACTION_NO

        public static final org.apache.cayenne.exp.Property<Long> DR_TRANSACTION_NO
        Provides the 'DR_TRANSACTION_NO' property.
      • DR_TXN_RESPONSE_CODE

        public static final org.apache.cayenne.exp.Property<String> DR_TXN_RESPONSE_CODE
        Provides the 'DR_TXN_RESPONSE_CODE' property.
      • DR_TXN_RESPONSE_MSG

        public static final org.apache.cayenne.exp.Property<String> DR_TXN_RESPONSE_MSG
        Provides the 'DR_TXN_RESPONSE_MSG' property.
      • PAYMENT_LOG_KEY

        public static final org.apache.cayenne.exp.Property<String> PAYMENT_LOG_KEY
        Provides the 'PAYMENT_LOG_KEY' property.
      • PAYMENT_SERVICE_CODE

        public static final org.apache.cayenne.exp.Property<String> PAYMENT_SERVICE_CODE
        Provides the 'PAYMENT_SERVICE_CODE' property.
      • PAYMENT_STATUS

        public static final org.apache.cayenne.exp.Property<String> PAYMENT_STATUS
        Provides the 'PAYMENT_STATUS' property.
      • USER_IP_ADDRESS

        public static final org.apache.cayenne.exp.Property<String> USER_IP_ADDRESS
        Provides the 'USER_IP_ADDRESS' property.
      • SUBMISSION

        public static final org.apache.cayenne.exp.Property<Submission> SUBMISSION
        Provides the 'SUBMISSION' property.
    • Constructor Detail

      • _PaymentLog

        public _PaymentLog()
    • Method Detail

      • setAntiFraudCode

        public void setAntiFraudCode​(String antiFraudCode)
        Set the antiFraudCode value.
        Parameters:
        antiFraudCode - the antiFraudCode value to set
      • getAntiFraudCode

        public String getAntiFraudCode()
        Return the antiFraudCode value.
        Returns:
        antiFraudCode the antiFraudCode value
      • setAntiFraudResponse

        public void setAntiFraudResponse​(String antiFraudResponse)
        Set the antiFraudResponse value.
        Parameters:
        antiFraudResponse - the antiFraudResponse value to set
      • getAntiFraudResponse

        public String getAntiFraudResponse()
        Return the antiFraudResponse value.
        Returns:
        antiFraudResponse the antiFraudResponse value
      • setDoAmount

        public void setDoAmount​(Integer doAmount)
        Set the doAmount value.
        Parameters:
        doAmount - the doAmount value to set
      • getDoAmount

        public Integer getDoAmount()
        Return the doAmount value.
        Returns:
        doAmount the doAmount value
      • setDoMerchTxnRef

        public void setDoMerchTxnRef​(String doMerchTxnRef)
        Set the doMerchTxnRef value.
        Parameters:
        doMerchTxnRef - the doMerchTxnRef value to set
      • getDoMerchTxnRef

        public String getDoMerchTxnRef()
        Return the doMerchTxnRef value.
        Returns:
        doMerchTxnRef the doMerchTxnRef value
      • setDoMerchant

        public void setDoMerchant​(String doMerchant)
        Set the doMerchant value.
        Parameters:
        doMerchant - the doMerchant value to set
      • getDoMerchant

        public String getDoMerchant()
        Return the doMerchant value.
        Returns:
        doMerchant the doMerchant value
      • setDoTimestamp

        public void setDoTimestamp​(Date doTimestamp)
        Set the doTimestamp value.
        Parameters:
        doTimestamp - the doTimestamp value to set
      • getDoTimestamp

        public Date getDoTimestamp()
        Return the doTimestamp value.
        Returns:
        doTimestamp the doTimestamp value
      • setDoVersion

        public void setDoVersion​(String doVersion)
        Set the doVersion value.
        Parameters:
        doVersion - the doVersion value to set
      • getDoVersion

        public String getDoVersion()
        Return the doVersion value.
        Returns:
        doVersion the doVersion value
      • setDrAcqResponseCode

        public void setDrAcqResponseCode​(String drAcqResponseCode)
        Set the drAcqResponseCode value.
        Parameters:
        drAcqResponseCode - the drAcqResponseCode value to set
      • getDrAcqResponseCode

        public String getDrAcqResponseCode()
        Return the drAcqResponseCode value.
        Returns:
        drAcqResponseCode the drAcqResponseCode value
      • setDrAmount

        public void setDrAmount​(Integer drAmount)
        Set the drAmount value.
        Parameters:
        drAmount - the drAmount value to set
      • getDrAmount

        public Integer getDrAmount()
        Return the drAmount value.
        Returns:
        drAmount the drAmount value
      • setDrBatchNo

        public void setDrBatchNo​(Integer drBatchNo)
        Set the drBatchNo value.
        Parameters:
        drBatchNo - the drBatchNo value to set
      • getDrBatchNo

        public Integer getDrBatchNo()
        Return the drBatchNo value.
        Returns:
        drBatchNo the drBatchNo value
      • setDrCustomParam1

        public void setDrCustomParam1​(String drCustomParam1)
        Set the drCustomParam1 value.
        Parameters:
        drCustomParam1 - the drCustomParam1 value to set
      • getDrCustomParam1

        public String getDrCustomParam1()
        Return the drCustomParam1 value.
        Returns:
        drCustomParam1 the drCustomParam1 value
      • setDrCustomParam2

        public void setDrCustomParam2​(String drCustomParam2)
        Set the drCustomParam2 value.
        Parameters:
        drCustomParam2 - the drCustomParam2 value to set
      • getDrCustomParam2

        public String getDrCustomParam2()
        Return the drCustomParam2 value.
        Returns:
        drCustomParam2 the drCustomParam2 value
      • setDrCustomParam3

        public void setDrCustomParam3​(String drCustomParam3)
        Set the drCustomParam3 value.
        Parameters:
        drCustomParam3 - the drCustomParam3 value to set
      • getDrCustomParam3

        public String getDrCustomParam3()
        Return the drCustomParam3 value.
        Returns:
        drCustomParam3 the drCustomParam3 value
      • setDrCustomParam4

        public void setDrCustomParam4​(String drCustomParam4)
        Set the drCustomParam4 value.
        Parameters:
        drCustomParam4 - the drCustomParam4 value to set
      • getDrCustomParam4

        public String getDrCustomParam4()
        Return the drCustomParam4 value.
        Returns:
        drCustomParam4 the drCustomParam4 value
      • setDrCustomParam5

        public void setDrCustomParam5​(String drCustomParam5)
        Set the drCustomParam5 value.
        Parameters:
        drCustomParam5 - the drCustomParam5 value to set
      • getDrCustomParam5

        public String getDrCustomParam5()
        Return the drCustomParam5 value.
        Returns:
        drCustomParam5 the drCustomParam5 value
      • setDrMerchTxnRef

        public void setDrMerchTxnRef​(String drMerchTxnRef)
        Set the drMerchTxnRef value.
        Parameters:
        drMerchTxnRef - the drMerchTxnRef value to set
      • getDrMerchTxnRef

        public String getDrMerchTxnRef()
        Return the drMerchTxnRef value.
        Returns:
        drMerchTxnRef the drMerchTxnRef value
      • setDrMessage

        public void setDrMessage​(String drMessage)
        Set the drMessage value.
        Parameters:
        drMessage - the drMessage value to set
      • getDrMessage

        public String getDrMessage()
        Return the drMessage value.
        Returns:
        drMessage the drMessage value
      • setDrReceiptNo

        public void setDrReceiptNo​(String drReceiptNo)
        Set the drReceiptNo value.
        Parameters:
        drReceiptNo - the drReceiptNo value to set
      • getDrReceiptNo

        public String getDrReceiptNo()
        Return the drReceiptNo value.
        Returns:
        drReceiptNo the drReceiptNo value
      • setDrTaxAmount

        public void setDrTaxAmount​(Integer drTaxAmount)
        Set the drTaxAmount value.
        Parameters:
        drTaxAmount - the drTaxAmount value to set
      • getDrTaxAmount

        public Integer getDrTaxAmount()
        Return the drTaxAmount value.
        Returns:
        drTaxAmount the drTaxAmount value
      • setDrTimestamp

        public void setDrTimestamp​(Date drTimestamp)
        Set the drTimestamp value.
        Parameters:
        drTimestamp - the drTimestamp value to set
      • getDrTimestamp

        public Date getDrTimestamp()
        Return the drTimestamp value.
        Returns:
        drTimestamp the drTimestamp value
      • setDrTransactionNo

        public void setDrTransactionNo​(Long drTransactionNo)
        Set the drTransactionNo value.
        Parameters:
        drTransactionNo - the drTransactionNo value to set
      • getDrTransactionNo

        public Long getDrTransactionNo()
        Return the drTransactionNo value.
        Returns:
        drTransactionNo the drTransactionNo value
      • setDrTxnResponseCode

        public void setDrTxnResponseCode​(String drTxnResponseCode)
        Set the drTxnResponseCode value.
        Parameters:
        drTxnResponseCode - the drTxnResponseCode value to set
      • getDrTxnResponseCode

        public String getDrTxnResponseCode()
        Return the drTxnResponseCode value.
        Returns:
        drTxnResponseCode the drTxnResponseCode value
      • setDrTxnResponseMsg

        public void setDrTxnResponseMsg​(String drTxnResponseMsg)
        Set the drTxnResponseMsg value.
        Parameters:
        drTxnResponseMsg - the drTxnResponseMsg value to set
      • getDrTxnResponseMsg

        public String getDrTxnResponseMsg()
        Return the drTxnResponseMsg value.
        Returns:
        drTxnResponseMsg the drTxnResponseMsg value
      • setPaymentLogKey

        public void setPaymentLogKey​(String paymentLogKey)
        Set the paymentLogKey value.
        Parameters:
        paymentLogKey - the paymentLogKey value to set
      • getPaymentLogKey

        public String getPaymentLogKey()
        Return the paymentLogKey value.
        Returns:
        paymentLogKey the paymentLogKey value
      • setPaymentServiceCode

        public void setPaymentServiceCode​(String paymentServiceCode)
        Set the paymentServiceCode value.
        Parameters:
        paymentServiceCode - the paymentServiceCode value to set
      • getPaymentServiceCode

        public String getPaymentServiceCode()
        Return the paymentServiceCode value.
        Returns:
        paymentServiceCode the paymentServiceCode value
      • setPaymentStatus

        public void setPaymentStatus​(String paymentStatus)
        Set the paymentStatus value.
        Parameters:
        paymentStatus - the paymentStatus value to set
      • getPaymentStatus

        public String getPaymentStatus()
        Return the paymentStatus value.
        Returns:
        paymentStatus the paymentStatus value
      • setUserIpAddress

        public void setUserIpAddress​(String userIpAddress)
        Set the userIpAddress value.
        Parameters:
        userIpAddress - the userIpAddress value to set
      • getUserIpAddress

        public String getUserIpAddress()
        Return the userIpAddress value.
        Returns:
        userIpAddress the userIpAddress value
      • setSubmission

        public void setSubmission​(Submission submission)
        Set the Submission.
        Parameters:
        submission - the submission value to set
      • getSubmission

        public Submission getSubmission()
        Return the Submission.
        Returns:
        the submission value