com.retek.component.customer
Interface CustomerPLCCCreditApplication
- All Superinterfaces:
- BusinessObject, CustomerCreditApplication, SecondClassObject
- public interface CustomerPLCCCreditApplication
- extends CustomerCreditApplication
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 |
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
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