erland.webapp.cdcollection.fb.account
Class AccountFB
java.lang.Object
org.apache.struts.action.ActionForm
org.apache.struts.validator.ValidatorForm
erland.webapp.common.fb.BaseFB
erland.webapp.cdcollection.fb.account.AccountFB
- All Implemented Interfaces:
- Serializable
public class AccountFB
- extends BaseFB
- See Also:
- Serialized Form
AccountFB
public AccountFB()
getUsername
public String getUsername()
setUsername
public void setUsername(String username)
getFirstName
public String getFirstName()
setFirstName
public void setFirstName(String firstName)
getLastName
public String getLastName()
setLastName
public void setLastName(String lastName)
getPassword1
public String getPassword1()
setPassword1
public void setPassword1(String password1)
getPassword2
public String getPassword2()
setPassword2
public void setPassword2(String password2)
getWelcomeText
public String getWelcomeText()
setWelcomeText
public void setWelcomeText(String welcomeText)
getCopyrightText
public String getCopyrightText()
setCopyrightText
public void setCopyrightText(String copyrightText)
getDescription
public String getDescription()
setDescription
public void setDescription(String description)
getOfficial
public Boolean getOfficial()
setOfficial
public void setOfficial(Boolean official)
getOfficialDisplay
public String getOfficialDisplay()
setOfficialDisplay
public void setOfficialDisplay(String officialDisplay)
getDefaultCollection
public Integer getDefaultCollection()
setDefaultCollection
public void setDefaultCollection(Integer defaultCollection)
getDefaultCollectionDisplay
public String getDefaultCollectionDisplay()
setDefaultCollectionDisplay
public void setDefaultCollectionDisplay(String defaultCollectionDisplay)
getLogo
public String getLogo()
setLogo
public void setLogo(String logo)
getStylesheet
public String getStylesheet()
setStylesheet
public void setStylesheet(String stylesheet)
getWelcomeTextEnglish
public String getWelcomeTextEnglish()
setWelcomeTextEnglish
public void setWelcomeTextEnglish(String welcomeTextEnglish)
getDescriptionEnglish
public String getDescriptionEnglish()
setDescriptionEnglish
public void setDescriptionEnglish(String descriptionEnglish)
reset
public void reset(ActionMapping actionMapping,
HttpServletRequest httpServletRequest)
- Overrides:
reset
in class ValidatorForm
Copyright © 2003-2005 Erland Isaksson. All Rights Reserved.