com.retek.component.payment.impl
Class CreditCardNumberRuleImpl
java.lang.Object
com.retek.commons.component.impl.BusinessObjectImpl
com.retek.commons.component.impl.DistributedObjectImpl
com.retek.component.payment.impl.CreditCardNumberRuleImpl
- All Implemented Interfaces:
- BusinessObject, CreditCardNumberRule, DistributedObject
- public class CreditCardNumberRuleImpl
- extends DistributedObjectImpl
- implements CreditCardNumberRule
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 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 |
CreditCardNumberRuleImpl
public CreditCardNumberRuleImpl(DistributedContext context,
DistributedReference reference,
boolean createHollow)
throws SystemException
CreditCardNumberRuleImpl
public CreditCardNumberRuleImpl(DistributedContext context,
DistributedReference reference)
throws SystemException
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