Module com.aoindustries.web.struts
Class MakePaymentStoredCardForm
java.lang.Object
org.apache.struts.action.ActionForm
com.aoindustries.web.struts.clientarea.accounting.MakePaymentStoredCardForm
- All Implemented Interfaces:
Serializable
- Author:
- AO Industries, Inc.
- See Also:
-
Field Summary
Fields inherited from class org.apache.struts.action.ActionForm
multipartRequestHandler, servlet
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetId()
void
reset
(ActionMapping mapping, HttpServletRequest request) void
setAccount
(String account) void
setCurrency
(String currency) void
void
setPaymentAmount
(String paymentAmount) validate
(ActionMapping mapping, HttpServletRequest request) Methods inherited from class org.apache.struts.action.ActionForm
getMultipartRequestHandler, getServlet, getServletWrapper, reset, setMultipartRequestHandler, setServlet, validate
-
Constructor Details
-
MakePaymentStoredCardForm
public MakePaymentStoredCardForm()
-
-
Method Details
-
reset
- Overrides:
reset
in classActionForm
-
getAccount
-
setAccount
-
getCurrency
-
setCurrency
-
getId
-
setId
-
getPaymentAmount
-
setPaymentAmount
-
validate
- Overrides:
validate
in classActionForm
-