org.apache.taglibs.rdc.sampleapps.mortgage
Class MortgageAppBean

java.lang.Object
  extended byorg.apache.taglibs.rdc.sampleapps.mortgage.MortgageAppBean

public class MortgageAppBean
extends java.lang.Object

The application bean for the sample mortgage application

Author:
Rahul

Constructor Summary
MortgageAppBean()
           
 
Method Summary
 java.lang.String getDownPayment()
          Gets the down payment for the mortgage
 java.lang.String getMemberNumber()
          Gets the member number
 java.lang.String getMlsNumber()
          Gets the multiple listing service number
 java.lang.String getPropertyValue()
          Gets the property value
 java.lang.String getResultCode()
          Gets the result code
 java.lang.String getTransactionNum()
          Gets the property value
 void setDownPayment(java.lang.String string)
          Sets the down payment for the mortgage
 void setMemberNumber(java.lang.String string)
          Sets the member number
 void setMlsNumber(java.lang.String string)
          Sets the multiple listing service number
 void setPropertyValue(java.lang.String string)
          Sets the property value
 void setResultCode(java.lang.String string)
          Sets the result code
 void setTransactionNum(java.lang.String string)
          Sets the transaction number
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MortgageAppBean

public MortgageAppBean()
Method Detail

getDownPayment

public java.lang.String getDownPayment()
Gets the down payment for the mortgage

Returns:
String the down payment

getMemberNumber

public java.lang.String getMemberNumber()
Gets the member number

Returns:
String the member number

getMlsNumber

public java.lang.String getMlsNumber()
Gets the multiple listing service number

Returns:
String the MLS number

getPropertyValue

public java.lang.String getPropertyValue()
Gets the property value

Returns:
String the property value

getTransactionNum

public java.lang.String getTransactionNum()
Gets the property value

Returns:
String the property value

getResultCode

public java.lang.String getResultCode()
Gets the result code

Returns:
String the result code

setDownPayment

public void setDownPayment(java.lang.String string)
Sets the down payment for the mortgage


setMemberNumber

public void setMemberNumber(java.lang.String string)
Sets the member number


setMlsNumber

public void setMlsNumber(java.lang.String string)
Sets the multiple listing service number


setPropertyValue

public void setPropertyValue(java.lang.String string)
Sets the property value


setTransactionNum

public void setTransactionNum(java.lang.String string)
Sets the transaction number


setResultCode

public void setResultCode(java.lang.String string)
Sets the result code



Copyright ? 2000-2004 The Apache Software Foundation. All Rights Reserved.