com.retek.component.customer
Interface CustomerPLCCCreditApplication

All Superinterfaces:
BusinessObject, CustomerCreditApplication, SecondClassObject

public interface CustomerPLCCCreditApplication
extends CustomerCreditApplication


Field Summary
static java.lang.String DATE_OF_BIRTH
           
static java.lang.String PRE_APPROVAL_CODE
           
static java.lang.String SSN
           
 
Fields inherited from interface com.retek.component.customer.CustomerCreditApplication
CUSTOMER, TENDER_TYPE
 
Method Summary
 RDate getDateOfBirth()
           
 java.lang.String getLastFourDigitsOfSSN()
           
 Money getOrderTotal()
           
 java.lang.String getPreApprovalCode()
           
 void setDateOfBirth(RDate dateOfBirth)
           
 void setLastFourDigitsOfSSN(java.lang.String lastFourDigitsOfSSN)
           
 void setOrderTotal(Money orderTotal)
           
 void setPreApprovalCode(java.lang.String preApprovalCode)
           
 
Methods inherited from interface com.retek.component.customer.CustomerCreditApplication
apply, getBillToAddressLine1, getBillToAddressLine2, getBillToAddressLine3, getBillToCity, getBillToPostalCodeFive, getBillToPostalCodePlusFour, getBillToState, getCustomer, getDayTelephoneNumber, getFirstName, getLastName, getMiddleInitial, getSuffixCode, getTenderType, setTenderType
 
Methods inherited from interface com.retek.commons.component.BusinessObject
getBusinessInterface
 

Field Detail

PRE_APPROVAL_CODE

public static final java.lang.String PRE_APPROVAL_CODE
See Also:
Constant Field Values

DATE_OF_BIRTH

public static final java.lang.String DATE_OF_BIRTH
See Also:
Constant Field Values

SSN

public static final java.lang.String SSN
See Also:
Constant Field Values
Method Detail

getPreApprovalCode

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

getDateOfBirth

public RDate getDateOfBirth()
                     throws SystemException
Throws:
SystemException

getLastFourDigitsOfSSN

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

getOrderTotal

public Money getOrderTotal()
                    throws SystemException
Specified by:
getOrderTotal in interface CustomerCreditApplication
Throws:
SystemException

setPreApprovalCode

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

setDateOfBirth

public void setDateOfBirth(RDate dateOfBirth)
                    throws SystemException
Throws:
SystemException

setLastFourDigitsOfSSN

public void setLastFourDigitsOfSSN(java.lang.String lastFourDigitsOfSSN)
                            throws SystemException
Throws:
SystemException

setOrderTotal

public void setOrderTotal(Money orderTotal)
                   throws SystemException
Throws:
SystemException


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