com.retek.component.payment
Class PLCCCreditApplication

java.lang.Object
  extended bycom.retek.component.payment.CreditApplication
      extended bycom.retek.component.payment.PLCCCreditApplication
All Implemented Interfaces:
java.io.Serializable

public class PLCCCreditApplication
extends CreditApplication

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.retek.component.payment.CreditApplication
address, firstName, lastName, middleInitial, suffixCode, telephoneNumber
 
Constructor Summary
PLCCCreditApplication()
           
 
Method Summary
 CreditApplicationResponse doApply()
           
 RDate getDateOfBirth()
           
 Money getOrderTotal()
           
 java.lang.String getPreApprovalCode()
           
 java.lang.String getSsn()
           
 java.lang.String getTenderTypeCode()
           
 void setDateOfBirth(RDate dateOfBirth)
           
 void setOrderTotal(Money orderTotal)
           
 void setPreApprovalCode(java.lang.String preApprovalCode)
           
 void setSsn(java.lang.String ssn)
           
 void setTenderTypeCode(java.lang.String tenderTypeCode)
           
 
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
 

Constructor Detail

PLCCCreditApplication

public PLCCCreditApplication()
Method Detail

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 © 2004 Retek Inc. All Rights Reserved. - Generated at Fri, 10/22/2004 07:28