com.retek.component.payment.impl
Class CreditCardNumberRuleImpl

java.lang.Object
  extended bycom.retek.commons.component.impl.BusinessObjectImpl
      extended bycom.retek.commons.component.impl.DistributedObjectImpl
          extended bycom.retek.component.payment.impl.CreditCardNumberRuleImpl
All Implemented Interfaces:
BusinessObject, CreditCardNumberRule, DistributedObject

public class CreditCardNumberRuleImpl
extends DistributedObjectImpl
implements CreditCardNumberRule


Nested Class Summary
 
Nested classes inherited from class com.retek.commons.component.impl.DistributedObjectImpl
DistributedObjectImpl.DtoBurgular
 
Field Summary
 
Fields inherited from class com.retek.commons.component.impl.BusinessObjectImpl
context
 
Constructor Summary
CreditCardNumberRuleImpl(DistributedContext context, DistributedReference reference)
           
CreditCardNumberRuleImpl(DistributedContext context, DistributedReference reference, boolean createHollow)
           
 
Method Summary
 int getAccountNumberLength()
           
 CreditCardNumberRuleDto getDto()
           
 int getHighNumberPrefix()
           
 int getLowNumberPrefix()
           
 void setAccountNumberLength(int accountNumberLength)
           
 void setHighNumberPrefix(int highNumberPrefix)
           
 void setLowNumberPrefix(int lowNumberPrefix)
           
 
Methods inherited from class com.retek.commons.component.impl.DistributedObjectImpl
attributesToString, createEmptyDto, debugToString, discardChanges, discardChangesShallow, equals, getGenericDto, getId, getReference, getReference, getVersion, hashCode, isDeleted, isDirty, isDirtyDeep, isDirtyIgnoreFields, isHollow, isPersisted, markAllDeleted, readLatest, refresh, toString, wrap, wrap, wrap, wrap
 
Methods inherited from class com.retek.commons.component.impl.BusinessObjectImpl
checkRelation, checkRelation, getBusinessInterface, getContext
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
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
 

Constructor Detail

CreditCardNumberRuleImpl

public CreditCardNumberRuleImpl(DistributedContext context,
                                DistributedReference reference,
                                boolean createHollow)
                         throws SystemException

CreditCardNumberRuleImpl

public CreditCardNumberRuleImpl(DistributedContext context,
                                DistributedReference reference)
                         throws SystemException
Method Detail

getDto

public CreditCardNumberRuleDto getDto()
                               throws SystemException
Throws:
SystemException

getAccountNumberLength

public int getAccountNumberLength()
                           throws SystemException
Specified by:
getAccountNumberLength in interface CreditCardNumberRule
Throws:
SystemException

setAccountNumberLength

public void setAccountNumberLength(int accountNumberLength)
                            throws SystemException
Specified by:
setAccountNumberLength in interface CreditCardNumberRule
Throws:
SystemException

getLowNumberPrefix

public int getLowNumberPrefix()
                       throws SystemException
Specified by:
getLowNumberPrefix in interface CreditCardNumberRule
Throws:
SystemException

setLowNumberPrefix

public void setLowNumberPrefix(int lowNumberPrefix)
                        throws SystemException
Specified by:
setLowNumberPrefix in interface CreditCardNumberRule
Throws:
SystemException

getHighNumberPrefix

public int getHighNumberPrefix()
                        throws SystemException
Specified by:
getHighNumberPrefix in interface CreditCardNumberRule
Throws:
SystemException

setHighNumberPrefix

public void setHighNumberPrefix(int highNumberPrefix)
                         throws SystemException
Specified by:
setHighNumberPrefix in interface CreditCardNumberRule
Throws:
SystemException


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