org.apache.taglibs.rdc.sampleapps.mortgage.struts
Class ProceedBean

java.lang.Object
  extended by org.apache.struts.action.ActionForm
      extended by org.apache.taglibs.rdc.sampleapps.mortgage.struts.ProceedBean
All Implemented Interfaces:
java.io.Serializable

public class ProceedBean
extends org.apache.struts.action.ActionForm

Struts form bean for mortgage-rate.jsp (from mortgage sample app)

Author:
Rahul
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.struts.action.ActionForm
multipartRequestHandler, servlet
 
Constructor Summary
ProceedBean()
           
 
Method Summary
 java.lang.String getMlsPropertyValue()
          Gets the property value (for the MLS number supplied earlier)
 java.lang.Boolean getMortgageOK()
          Gets the user's response to the mortgage quote
 java.lang.String getSubmitURI()
          Gets the submit URI
 java.lang.String getTransferAmount()
          Gets the transfer amount
 void reset(org.apache.struts.action.ActionMapping mapping, javax.servlet.http.HttpServletRequest request)
          Reset all bean properties to their default state.
 void setMlsPropertyValue(java.lang.String string)
          Sets the property value
 void setMortgageOK(java.lang.Boolean b)
          Sets the user's response to the mortgage quote
 void setSubmitURI(java.lang.String string)
          Sets the submit URI
 void setTransferAmount(java.lang.String string)
          Sets the transfer amount
 org.apache.struts.action.ActionErrors validate(org.apache.struts.action.ActionMapping mapping, javax.servlet.http.HttpServletRequest request)
          Validate the properties that have been set for this HTTP request, and return an ActionErrors object that encapsulates any validation errors that have been found.
 
Methods inherited from class org.apache.struts.action.ActionForm
getMultipartRequestHandler, getServlet, getServletWrapper, reset, setMultipartRequestHandler, setServlet, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProceedBean

public ProceedBean()
Method Detail

getMortgageOK

public java.lang.Boolean getMortgageOK()
Gets the user's response to the mortgage quote

Returns:
Boolean the user's response to the mortgage quote

setMortgageOK

public void setMortgageOK(java.lang.Boolean b)
Sets the user's response to the mortgage quote

Parameters:
String - the new response to the mortgage quote

getMlsPropertyValue

public java.lang.String getMlsPropertyValue()
Gets the property value (for the MLS number supplied earlier)

Returns:
String the property value

setMlsPropertyValue

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

Parameters:
String - the new property value

getSubmitURI

public java.lang.String getSubmitURI()
Gets the submit URI

Returns:
String the submit URI

setSubmitURI

public void setSubmitURI(java.lang.String string)
Sets the submit URI

Parameters:
String - the new submit URI

getTransferAmount

public java.lang.String getTransferAmount()
Gets the transfer amount

Returns:
String the amount to be transferred

setTransferAmount

public void setTransferAmount(java.lang.String string)
Sets the transfer amount

Parameters:
String - the new transfer amount

reset

public void reset(org.apache.struts.action.ActionMapping mapping,
                  javax.servlet.http.HttpServletRequest request)
Reset all bean properties to their default state.

Overrides:
reset in class org.apache.struts.action.ActionForm

validate

public org.apache.struts.action.ActionErrors validate(org.apache.struts.action.ActionMapping mapping,
                                                      javax.servlet.http.HttpServletRequest request)
Validate the properties that have been set for this HTTP request, and return an ActionErrors object that encapsulates any validation errors that have been found.

Overrides:
validate in class org.apache.struts.action.ActionForm


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