Module com.aoindustries.web.struts
Class SignupOrganizationForm
java.lang.Object
org.apache.struts.action.ActionForm
com.aoindustries.web.struts.signup.SignupOrganizationForm
- All Implemented Interfaces:
SessionActionForm
,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 TypeMethodDescriptionfinal String
final String
final String
final String
final String
final String
final String
final String
final String
boolean
isEmpty()
Indicates this form is empty, meaning that a default instance may be used in its place with no consequences.final void
setOrganizationAddress1
(String organizationAddress1) final void
setOrganizationAddress2
(String organizationAddress2) final void
setOrganizationCity
(String organizationCity) final void
setOrganizationCountry
(String organizationCountry) final void
setOrganizationFax
(String organizationFax) final void
setOrganizationName
(String organizationName) final void
setOrganizationPhone
(String organizationPhone) final void
setOrganizationState
(String organizationState) final void
setOrganizationZip
(String organizationZip) validate
(ActionMapping mapping, HttpServletRequest request) Methods inherited from class org.apache.struts.action.ActionForm
getMultipartRequestHandler, getServlet, getServletWrapper, reset, reset, setMultipartRequestHandler, setServlet, validate
-
Field Details
-
SESSION_ATTRIBUTE
-
-
Constructor Details
-
SignupOrganizationForm
public SignupOrganizationForm()
-
-
Method Details
-
isEmpty
public boolean isEmpty()Description copied from interface:SessionActionForm
Indicates this form is empty, meaning that a default instance may be used in its place with no consequences.- Specified by:
isEmpty
in interfaceSessionActionForm
-
getOrganizationName
-
setOrganizationName
-
getOrganizationPhone
-
setOrganizationPhone
-
getOrganizationFax
-
setOrganizationFax
-
getOrganizationAddress1
-
setOrganizationAddress1
-
getOrganizationAddress2
-
setOrganizationAddress2
-
getOrganizationCity
-
setOrganizationCity
-
getOrganizationState
-
setOrganizationState
-
getOrganizationCountry
-
setOrganizationCountry
-
getOrganizationZip
-
setOrganizationZip
-
validate
- Overrides:
validate
in classActionForm
-