com.retek.component.internet.impl
Class ExACreditCardPaymentImpl

java.lang.Object
  extended bycom.retek.component.internet.impl.ExAPaymentImpl
      extended bycom.retek.component.internet.impl.ExACreditCardPaymentImpl
All Implemented Interfaces:
ExACreditCardPayment, ExACreditCardPaymentRequest, ExAPayment, ExAPaymentBase, ExAPaymentRequest

public class ExACreditCardPaymentImpl
extends ExAPaymentImpl
implements ExACreditCardPayment, ExACreditCardPaymentRequest


Field Summary
 
Fields inherited from interface com.retek.component.internet.ExAPaymentBase
AMERICAN_EXPRESS_CREDIT_CARD_CODE, CASH_CODE, CHECK_CODE, DINERS_CLUB_CREDIT_CARD_CODE, DISCOVER_CREDIT_CARD_CODE, ENROUTE_CREDIT_CARD_CODE, GIFT_CARD_VOUCHER_CODE, GIFT_CERTIFICATE_VOUCHER_CODE, JAPANESE_CREDIT_BUREAU_CREDIT_CARD_CODE, MASTERCARD_CREDIT_CARD_CODE, MERCHANDISE_CARD_VOUCHER_CODE, MERCHANDISE_CERTIFICATE_VOUCHER_CODE, MONEY_ORDER_CODE, REWARD_CERTIFICATE_VOUCHER_CODE, VISA_CREDIT_CARD_CODE
 
Constructor Summary
ExACreditCardPaymentImpl()
           
 
Method Summary
 java.lang.String getAccountNumber()
           
 java.math.BigDecimal getAuthorizedAmount()
           
 java.lang.String getCardVerificationValue()
           
 java.util.Date getExpirationDate()
           
 java.lang.String getTenderTypeCode()
           
 void setAccountNumber(java.lang.String accountNumber)
           
 void setAuthorizedAmount(java.math.BigDecimal authorizedAmount)
           
 void setCardVerificationValue(java.lang.String cardVerificationValue)
           
 void setExpirationDate(java.util.Date expirationDate)
           
 void setTenderTypeCode(java.lang.String tenderTypeCode)
           
 
Methods inherited from class com.retek.component.internet.impl.ExAPaymentImpl
cancel, getAmount, getId, isCancelled, setAmount, setId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.retek.component.internet.ExAPayment
cancel, getAmount, getId, isCancelled
 
Methods inherited from interface com.retek.component.internet.ExAPaymentRequest
setAmount
 

Constructor Detail

ExACreditCardPaymentImpl

public ExACreditCardPaymentImpl()
Method Detail

getAccountNumber

public java.lang.String getAccountNumber()
Specified by:
getAccountNumber in interface ExACreditCardPayment

getCardVerificationValue

public java.lang.String getCardVerificationValue()
Specified by:
getCardVerificationValue in interface ExACreditCardPayment

getExpirationDate

public java.util.Date getExpirationDate()
Specified by:
getExpirationDate in interface ExACreditCardPayment

getAuthorizedAmount

public java.math.BigDecimal getAuthorizedAmount()
Specified by:
getAuthorizedAmount in interface ExACreditCardPayment

setAccountNumber

public void setAccountNumber(java.lang.String accountNumber)
Specified by:
setAccountNumber in interface ExACreditCardPaymentRequest

setCardVerificationValue

public void setCardVerificationValue(java.lang.String cardVerificationValue)
Specified by:
setCardVerificationValue in interface ExACreditCardPaymentRequest

setExpirationDate

public void setExpirationDate(java.util.Date expirationDate)
Specified by:
setExpirationDate in interface ExACreditCardPaymentRequest

setAuthorizedAmount

public void setAuthorizedAmount(java.math.BigDecimal authorizedAmount)

getTenderTypeCode

public java.lang.String getTenderTypeCode()
Specified by:
getTenderTypeCode in interface ExACreditCardPayment

setTenderTypeCode

public void setTenderTypeCode(java.lang.String tenderTypeCode)
Specified by:
setTenderTypeCode in interface ExACreditCardPaymentRequest


Copyright © 2004 Retek Inc. All Rights Reserved. - Generated at Fri, 10/22/2004 07:28