com.retek.component.payment.impl
Class CheckPaymentImpl
java.lang.Object
com.retek.commons.domain.core.impl.BusinessObjectImpl
com.retek.component.payment.impl.PaymentImpl
com.retek.component.payment.impl.CheckPaymentImpl
- All Implemented Interfaces:
- BusinessObject, CheckPayment, java.lang.Comparable, Payment
- public class CheckPaymentImpl
- extends PaymentImpl
- implements CheckPayment
Methods inherited from class com.retek.component.payment.impl.PaymentImpl |
allocateSettlement, authorize, getAmount, getCurrency, getDto, getPaymentAuthorizationResponse, getSettlement, getTransactionTypeCode, isSettled, setAmount, setCurrency, setPaymentAuthorizationResponse, setTransactionTypeCode, validate |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface com.retek.component.payment.Payment |
allocateSettlement, authorize, getAmount, getCurrency, getPaymentAuthorizationResponse, getSettlement, getTransactionTypeCode, isPersisted, isSettled, setAmount, setCurrency, setPaymentAuthorizationResponse, setTransactionTypeCode |
CheckPaymentImpl
public CheckPaymentImpl(CheckPaymentDto checkPaymentDto)
getPaymentDto
public PaymentDto getPaymentDto()
- Specified by:
getPaymentDto
in class PaymentImpl
doAuthorization
protected final void doAuthorization()
throws SystemException
- Specified by:
doAuthorization
in class PaymentImpl
- Throws:
SystemException
doCreateNewPayment
protected final PaymentImpl doCreateNewPayment(Money amount)
throws SystemException
- Specified by:
doCreateNewPayment
in class PaymentImpl
- Throws:
SystemException
getCheckNumber
public java.lang.String getCheckNumber()
- Specified by:
getCheckNumber
in interface CheckPayment
getRoutingNumber
public java.lang.String getRoutingNumber()
- Specified by:
getRoutingNumber
in interface CheckPayment
setCheckNumber
public void setCheckNumber(java.lang.String checkNumber)
- Specified by:
setCheckNumber
in interface CheckPayment
setRoutingNumber
public void setRoutingNumber(java.lang.String routingNumber)
- Specified by:
setRoutingNumber
in interface CheckPayment
Copyright © 2004 Retek Inc. All Rights Reserved.
- Generated at Fri, 10/22/2004 07:28