onlinerechner
Class HypoForm

java.lang.Object
  extended by org.apache.struts.action.ActionForm
      extended by onlinerechner.HypoForm
All Implemented Interfaces:
java.io.Serializable

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

Wertet die JSP hyporechner aus

Author:
iusft
See Also:
Serialized Form

Field Summary
private  HypoZinsen hypoZinsen
           
private static long serialVersionUID
          Eindeutige Nr zum serialisieren
 
Fields inherited from class org.apache.struts.action.ActionForm
multipartRequestHandler, servlet
 
Constructor Summary
HypoForm()
           
 
Method Summary
 double getBetrag()
           
 HypoZinsen getHypoZinsen()
           
 double getLaufzeit()
           
 java.lang.String getMonatsRate()
           
 java.lang.String getRestbetrag()
           
 double getTilgungssatz()
           
 double getZinssatz()
           
 void reset(org.apache.struts.action.ActionMapping aMapping, HttpServletRequest aRequest)
           
 void setBetrag(double betrag)
           
 void setLaufzeit(double laufzeit)
           
 void setTilgungssatz(double tilgungssatz)
           
 void setZinsen(HypoZinsen hypoZinsen)
           
 void setZinssatz(double zinssatz)
           
 org.apache.struts.action.ActionErrors validate(org.apache.struts.action.ActionMapping aMapping, HttpServletRequest aRequest)
           
 
Methods inherited from class org.apache.struts.action.ActionForm
getMultipartRequestHandler, getServlet, getServletWrapper, setMultipartRequestHandler, setServlet
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
Eindeutige Nr zum serialisieren

See Also:
Constant Field Values

hypoZinsen

private HypoZinsen hypoZinsen
Constructor Detail

HypoForm

public HypoForm()
Method Detail

setBetrag

public void setBetrag(double betrag)

getBetrag

public double getBetrag()

getLaufzeit

public double getLaufzeit()
Returns:
Returns the laufzeit.

setLaufzeit

public void setLaufzeit(double laufzeit)
Parameters:
laufzeit - The laufzeit to set.

getZinssatz

public double getZinssatz()
Returns:
Returns the zinssatz.

setZinssatz

public void setZinssatz(double zinssatz)
Parameters:
zinssatz - The zinssatz to set.

getTilgungssatz

public double getTilgungssatz()
Returns:
Returns the zinssatz.

getRestbetrag

public java.lang.String getRestbetrag()
Returns:
Returns the summe.

getMonatsRate

public java.lang.String getMonatsRate()
Returns:
Returns the summe.

setTilgungssatz

public void setTilgungssatz(double tilgungssatz)
Parameters:
zinssatz - The zinssatz to set.

setZinsen

public void setZinsen(HypoZinsen hypoZinsen)

getHypoZinsen

public HypoZinsen getHypoZinsen()

reset

public void reset(org.apache.struts.action.ActionMapping aMapping,
                  HttpServletRequest aRequest)
Overrides:
reset in class org.apache.struts.action.ActionForm

validate

public org.apache.struts.action.ActionErrors validate(org.apache.struts.action.ActionMapping aMapping,
                                                      HttpServletRequest aRequest)
Overrides:
validate in class org.apache.struts.action.ActionForm