com.retek.component.payment
Interface CreditCardNumberRule

All Superinterfaces:
BusinessObject, DistributedObject
All Known Implementing Classes:
CreditCardNumberRuleImpl

public interface CreditCardNumberRule
extends DistributedObject

A value holder object for credit card number rules.

Retek Inc. Copyright (c) 2003


Method Summary
 int getAccountNumberLength()
           
 int getHighNumberPrefix()
           
 int getLowNumberPrefix()
           
 void setAccountNumberLength(int accountNumberLength)
           
 void setHighNumberPrefix(int highNumberPrefix)
           
 void setLowNumberPrefix(int lowNumberPrefix)
           
 
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
 

Method Detail

getAccountNumberLength

public int getAccountNumberLength()
                           throws SystemException
Throws:
SystemException

setAccountNumberLength

public void setAccountNumberLength(int accountNumberLength)
                            throws SystemException
Throws:
SystemException

getLowNumberPrefix

public int getLowNumberPrefix()
                       throws SystemException
Throws:
SystemException

setLowNumberPrefix

public void setLowNumberPrefix(int lowNumberPrefix)
                        throws SystemException
Throws:
SystemException

getHighNumberPrefix

public int getHighNumberPrefix()
                        throws SystemException
Throws:
SystemException

setHighNumberPrefix

public void setHighNumberPrefix(int highNumberPrefix)
                         throws SystemException
Throws:
SystemException


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