com.retek.component.payment
Interface CheckPayment

All Superinterfaces:
BusinessObject, Payment
All Known Implementing Classes:
CheckPaymentImpl

public interface CheckPayment
extends Payment

This interface CheckPayment is a form of payment with information specific to payments made by check.

Retek Inc. Copyright (c) 2003


Field Summary
 
Fields inherited from interface com.retek.component.payment.Payment
AMOUNT, SETTLE
 
Method Summary
 java.lang.String getCheckNumber()
           
 java.lang.String getRoutingNumber()
           
 void setCheckNumber(java.lang.String checkNumber)
           
 void setRoutingNumber(java.lang.String routingNumber)
           
 
Methods inherited from interface com.retek.component.payment.Payment
allocateSettlement, authorize, getAmount, getCurrency, getPaymentAuthorizationResponse, getSettlement, getTransactionTypeCode, isPersisted, isSettled, setAmount, setCurrency, setPaymentAuthorizationResponse, setTransactionTypeCode
 
Methods inherited from interface com.retek.commons.domain.core.BusinessObject
getId
 

Method Detail

getCheckNumber

public java.lang.String getCheckNumber()
                                throws SystemException
Throws:
SystemException

getRoutingNumber

public java.lang.String getRoutingNumber()
                                  throws SystemException
Throws:
SystemException

setCheckNumber

public void setCheckNumber(java.lang.String checkNumber)
                    throws SystemException
Throws:
SystemException

setRoutingNumber

public void setRoutingNumber(java.lang.String routingNumber)
                      throws SystemException
Throws:
SystemException


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