com.retek.component.customerorder
Interface CustomerOrderCheckPayment

All Superinterfaces:
BusinessObject, CustomerOrderPayment, CustomerOrderTransactionItem, DistributedObject
All Known Implementing Classes:
CustomerOrderCheckPaymentImpl

public interface CustomerOrderCheckPayment
extends CustomerOrderPayment

This interface extends from the standard CustomerOrderPayment. CustomerOrderCheckPayment is a CustomerOrderPayment with a Tender Type of Check.

Retek Inc. Copyright (c) 2003


Field Summary
 
Fields inherited from interface com.retek.component.customerorder.CustomerOrderPayment
AMOUNT, SET_ORDER, TENDER_TYPE
 
Method Summary
 java.lang.String getCheckingAccountNumber()
           
 java.lang.String getCheckNumber()
           
 java.lang.String getRoutingNumber()
           
 void setCheckingAccountNumber(java.lang.String accountNumber)
           
 void setCheckNumber(java.lang.String checkNumber)
           
 void setRoutingNumber(java.lang.String routingNumber)
           
 
Methods inherited from interface com.retek.component.customerorder.CustomerOrderPayment
addSalesAuditExportAmount, allocateSettlement, allocateSettlement, allocateSettlement, authorize, authorize, authorizeManually, authorizeManually, cancel, consolidatePayments, finishSettlement, getAccountNumber, getAmount, getAuthorizedAmount, getCurrency, getHistoryEvents, getOrder, getOriginalAuthorizedAmount, getPaymentAuthorizationResponse, getPaymentTransactionType, getRedemptionTenderType, getRefundRecipientAddress, getRefundTenderType, getSalesAuditExportAmount, getSalesAuditPaidInState, getSalesAuditPaidOutState, getSalesAuditTransactionDate, getSettlement, getState, getTenderType, getTransactionTypeCode, getUnauthorizedAmount, hasUnauthorizedAmount, isAmountAdjustable, isAmountAdjustable, isApproved, isCancelable, isCancelled, isCreditPayment, isCreditPaymentForAccommodation, isCreditPaymentForPostSaleAccommodation, isCreditPaymentForPreSaleAccommodation, isDeclined, isFraud, isManuallyApproved, isPhysicalTender, isPreSettled, isReferral, isSettled, isWaitingAuth, isWaitingManualAuth, markCreditPaymentExportedForPaidOut, markCreditPaymentReadyForPaidOutExport, markSalePaymentExportedForPaidIn, markSalePaymentReadyForPaidInExport, setAmount, setAuthorizedAmount, setCurrency, setOriginalAuthorizedAmount, setPaymentTransactionType, setRefundRecipientAddress, setTransactionTypeCode
 
Methods inherited from interface com.retek.commons.component.DistributedObject
debugToString, discardChanges, getContext, getId, getReference, isDeleted, isDirty, isDirtyDeep, isDirtyIgnoreFields, isPersisted, refresh
 
Methods inherited from interface com.retek.commons.component.BusinessObject
getBusinessInterface
 
Methods inherited from interface com.retek.component.customerorder.CustomerOrderTransactionItem
getTransactionGroup, getTransactionItemAmount, isCreditForTransactionGroupBalance, isDebitForTransactionGroupBalance, isExchangeSaleLine, isInClosedTransactionGroup, isReplacementSaleLine, notifyTransactionGroupClosed, setTransactionGroup
 

Method Detail

getCheckNumber

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

getRoutingNumber

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

getCheckingAccountNumber

public java.lang.String getCheckingAccountNumber()
                                          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

setCheckingAccountNumber

public void setCheckingAccountNumber(java.lang.String accountNumber)
                              throws SystemException
Throws:
SystemException


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