com.retek.component.payment
Interface TenderTypeGroup

All Superinterfaces:
BusinessObject, DistributedObject

public interface TenderTypeGroup
extends DistributedObject

TenderTypeGroup is an interface that contains one or more Tender Types. A CreditCard is a TenderTypeGroup and Visa, MasterCard, AMEX are TenderTypes.

Retek Inc. Copyright (c) 2003


Field Summary
static java.lang.String CASH_CODE
           
static java.lang.String CHECK_CODE
           
static java.lang.String CREDIT_CARD_CODE
           
static java.lang.String CSLI_CODE
           
static java.lang.String CUSTOMER_GOODWILL_CODE
           
static java.lang.String MONEY_ORDER_CODE
           
static java.lang.String VOUCHER_CODE
           
static java.lang.String VOUCHER_REDEMPTION_CODE
           
 
Method Summary
 java.lang.String getDescription()
           
 java.util.List getTenderTypes()
           
 boolean isType(java.lang.String type)
           
 
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
 

Field Detail

CREDIT_CARD_CODE

public static final java.lang.String CREDIT_CARD_CODE
See Also:
Constant Field Values

CASH_CODE

public static final java.lang.String CASH_CODE
See Also:
Constant Field Values

CHECK_CODE

public static final java.lang.String CHECK_CODE
See Also:
Constant Field Values

CSLI_CODE

public static final java.lang.String CSLI_CODE
See Also:
Constant Field Values

VOUCHER_CODE

public static final java.lang.String VOUCHER_CODE
See Also:
Constant Field Values

MONEY_ORDER_CODE

public static final java.lang.String MONEY_ORDER_CODE
See Also:
Constant Field Values

VOUCHER_REDEMPTION_CODE

public static final java.lang.String VOUCHER_REDEMPTION_CODE
See Also:
Constant Field Values

CUSTOMER_GOODWILL_CODE

public static final java.lang.String CUSTOMER_GOODWILL_CODE
See Also:
Constant Field Values
Method Detail

getTenderTypes

public java.util.List getTenderTypes()
                              throws SystemException
Throws:
SystemException

getDescription

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

isType

public boolean isType(java.lang.String type)
               throws SystemException
Throws:
SystemException


Copyright © 2005 Retek Inc. All Rights Reserved. - Generated at Fri, 01/21/2005 14:25