erland.webapp.homepage.fb.section
Class SelectSectionFB

java.lang.Object
  extended by org.apache.struts.action.ActionForm
      extended by org.apache.struts.validator.ValidatorForm
          extended by erland.webapp.common.fb.BaseFB
              extended by erland.webapp.homepage.fb.account.SelectUserFB
                  extended by erland.webapp.homepage.fb.section.SelectSectionFB
All Implemented Interfaces:
Serializable

public class SelectSectionFB
extends SelectUserFB

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.struts.validator.ValidatorForm
page, validatorResults
 
Fields inherited from class org.apache.struts.action.ActionForm
multipartRequestHandler, servlet
 
Constructor Summary
SelectSectionFB()
           
 
Method Summary
 Integer getSection()
           
 String getSectionDisplay()
           
 void reset(ActionMapping actionMapping, HttpServletRequest httpServletRequest)
           
 void setSection(Integer sectionDisplay)
           
 void setSectionDisplay(String sectionDisplay)
           
 
Methods inherited from class erland.webapp.homepage.fb.account.SelectUserFB
getSkin, getUser, setSkin, setUser
 
Methods inherited from class erland.webapp.common.fb.BaseFB
toString
 
Methods inherited from class org.apache.struts.validator.ValidatorForm
getPage, getResultValueMap, getValidationKey, getValidatorResults, setPage, setValidatorResults, validate
 
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, wait, wait, wait
 

Constructor Detail

SelectSectionFB

public SelectSectionFB()
Method Detail

getSection

public Integer getSection()

setSection

public void setSection(Integer sectionDisplay)

getSectionDisplay

public String getSectionDisplay()

setSectionDisplay

public void setSectionDisplay(String sectionDisplay)

reset

public void reset(ActionMapping actionMapping,
                  HttpServletRequest httpServletRequest)
Overrides:
reset in class SelectUserFB


Copyright © 2003-2005 Erland Isaksson. All Rights Reserved.