com.retek.component.customer.impl
Class CustomerCreditCardImpl
java.lang.Object
com.retek.commons.component.impl.BusinessObjectImpl
com.retek.commons.component.impl.DistributedObjectImpl
com.retek.component.customer.impl.CustomerCreditCardImpl
- All Implemented Interfaces:
- BusinessObject, CustomerCreditCard, DistributedObject
- public class CustomerCreditCardImpl
- extends DistributedObjectImpl
- implements CustomerCreditCard
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 |
CustomerCreditCardImpl
public CustomerCreditCardImpl(DistributedContext context,
DistributedReference reference,
boolean createHollow)
throws SystemException
CustomerCreditCardImpl
public CustomerCreditCardImpl(DistributedContext context,
DistributedReference reference,
Banner banner)
throws SystemException
getDto
public CustomerCreditCardDto getDto()
throws SystemException
- Throws:
SystemException
getCreditCard
public CreditCard getCreditCard()
throws SystemException
- Specified by:
getCreditCard
in interface CustomerCreditCard
- Throws:
SystemException
setCreditCard
public void setCreditCard(CreditCard creditCard)
throws SystemException
- Specified by:
setCreditCard
in interface CustomerCreditCard
- Throws:
SystemException
getBanner
public Banner getBanner()
throws SystemException
- Description copied from interface:
CustomerCreditCard
- Customer Credit Cards can only be accessed and used within the context of the
banner(s) in which the customer has previously used it.
- Specified by:
getBanner
in interface CustomerCreditCard
- Throws:
SystemException
getTenderType
public TenderType getTenderType()
throws SystemException,
BusinessException
- Specified by:
getTenderType
in interface CustomerCreditCard
- Throws:
SystemException
BusinessException
isInactive
public boolean isInactive()
throws SystemException
- Specified by:
isInactive
in interface CustomerCreditCard
- Throws:
SystemException
setInactive
public void setInactive(boolean inactive)
throws SystemException
- Specified by:
setInactive
in interface CustomerCreditCard
- Throws:
SystemException
Copyright © 2004 Retek Inc. All Rights Reserved.
- Generated at Fri, 10/22/2004 07:28