com.retek.component.customer
Interface CustomerCreditPreApproval

All Superinterfaces:
BusinessObject, DistributedObject

public interface CustomerCreditPreApproval
extends DistributedObject

This class represents a customer pre-approval for a specific private label credit card.


Method Summary
 Address getAddress()
           
 Money getCreditLimit()
           
 java.lang.String getCustomerFirstName()
           
 java.lang.String getCustomerHouseholdNumber()
           
 java.lang.String getCustomerLastName()
           
 java.lang.String getCustomerMiddleInitial()
           
 RDate getExpirationDate()
           
 java.lang.String getPreApprovalCode()
           
 TelephoneNumber getTelephoneNumber()
           
 TenderTypeCreditCard getTenderType()
           
 void setAddress(Address address)
           
 void setCreditLimit(Money money)
           
 void setCustomerFirstName(java.lang.String string)
           
 void setCustomerHouseholdNumber(java.lang.String string)
           
 void setCustomerLastName(java.lang.String string)
           
 void setCustomerMiddleInitial(java.lang.String string)
           
 void setExpirationDate(RDate date)
           
 void setPreApprovalCode(java.lang.String string)
           
 void setTelephoneNumber(TelephoneNumber telephoneNumber)
           
 void setTenderType(TenderTypeCreditCard tenderType)
           
 void submit()
           
 
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

getCreditLimit

public Money getCreditLimit()
                     throws SystemException
Throws:
SystemException

getAddress

public Address getAddress()
                   throws SystemException
Throws:
SystemException

getTelephoneNumber

public TelephoneNumber getTelephoneNumber()
                                   throws SystemException
Throws:
SystemException

getCustomerFirstName

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

getCustomerHouseholdNumber

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

getCustomerLastName

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

getCustomerMiddleInitial

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

getExpirationDate

public RDate getExpirationDate()
                        throws SystemException
Throws:
SystemException

getPreApprovalCode

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

getTenderType

public TenderTypeCreditCard getTenderType()
                                   throws SystemException
Throws:
SystemException

setCreditLimit

public void setCreditLimit(Money money)
                    throws SystemException
Throws:
SystemException

setAddress

public void setAddress(Address address)
                throws SystemException
Throws:
SystemException

setTelephoneNumber

public void setTelephoneNumber(TelephoneNumber telephoneNumber)
                        throws SystemException
Throws:
SystemException

setCustomerFirstName

public void setCustomerFirstName(java.lang.String string)
                          throws SystemException
Throws:
SystemException

setCustomerHouseholdNumber

public void setCustomerHouseholdNumber(java.lang.String string)
                                throws SystemException
Throws:
SystemException

setCustomerLastName

public void setCustomerLastName(java.lang.String string)
                         throws SystemException
Throws:
SystemException

setCustomerMiddleInitial

public void setCustomerMiddleInitial(java.lang.String string)
                              throws SystemException
Throws:
SystemException

setExpirationDate

public void setExpirationDate(RDate date)
                       throws SystemException
Throws:
SystemException

setPreApprovalCode

public void setPreApprovalCode(java.lang.String string)
                        throws SystemException
Throws:
SystemException

setTenderType

public void setTenderType(TenderTypeCreditCard tenderType)
                   throws SystemException
Throws:
SystemException

submit

public void submit()
            throws SystemException
Throws:
SystemException


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