|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.struts.action.ActionForm
org.apache.taglibs.rdc.sampleapps.mortgage.struts.ProceedBean
public class ProceedBean
Struts form bean for mortgage-rate.jsp (from mortgage sample app)
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 |
---|
public ProceedBean()
Method Detail |
---|
public java.lang.Boolean getMortgageOK()
public void setMortgageOK(java.lang.Boolean b)
String
- the new response to the mortgage quotepublic java.lang.String getMlsPropertyValue()
public void setMlsPropertyValue(java.lang.String string)
String
- the new property valuepublic java.lang.String getSubmitURI()
public void setSubmitURI(java.lang.String string)
String
- the new submit URIpublic java.lang.String getTransferAmount()
public void setTransferAmount(java.lang.String string)
String
- the new transfer amountpublic void reset(org.apache.struts.action.ActionMapping mapping, javax.servlet.http.HttpServletRequest request)
reset
in class org.apache.struts.action.ActionForm
public org.apache.struts.action.ActionErrors validate(org.apache.struts.action.ActionMapping mapping, javax.servlet.http.HttpServletRequest request)
ActionErrors
object that encapsulates
any validation errors that have been found.
validate
in class org.apache.struts.action.ActionForm
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |