com.retek.component.payment
Class PLCCCreditApplication
java.lang.Object
com.retek.component.payment.CreditApplication
com.retek.component.payment.PLCCCreditApplication
- All Implemented Interfaces:
- java.io.Serializable
- public class PLCCCreditApplication
- extends CreditApplication
- See Also:
- Serialized Form
Methods inherited from class com.retek.component.payment.CreditApplication |
apply, getAddress, getFirstName, getLastName, getMiddleInitial, getSuffixCode, getTelephoneNumber, setAddress, setFirstName, setLastName, setMiddleInitial, setSuffixCode, setTelephoneNumber |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PLCCCreditApplication
public PLCCCreditApplication()
setSsn
public void setSsn(java.lang.String ssn)
setPreApprovalCode
public void setPreApprovalCode(java.lang.String preApprovalCode)
setDateOfBirth
public void setDateOfBirth(RDate dateOfBirth)
setTenderTypeCode
public void setTenderTypeCode(java.lang.String tenderTypeCode)
setOrderTotal
public void setOrderTotal(Money orderTotal)
getDateOfBirth
public RDate getDateOfBirth()
getOrderTotal
public Money getOrderTotal()
getPreApprovalCode
public java.lang.String getPreApprovalCode()
getSsn
public java.lang.String getSsn()
getTenderTypeCode
public java.lang.String getTenderTypeCode()
doApply
public CreditApplicationResponse doApply()
throws SystemException,
BusinessException
- Specified by:
doApply
in class CreditApplication
- Throws:
SystemException
BusinessException
Copyright © 2005 Retek Inc. All Rights Reserved.
- Generated at Fri, 01/21/2005 14:25