erland.webapp.cdcollection.entity.account
Class UserAccount

java.lang.Object
  extended by erland.webapp.common.BaseEntity
      extended by erland.webapp.cdcollection.entity.account.UserAccount
All Implemented Interfaces:
EntityInterface

public class UserAccount
extends BaseEntity


Constructor Summary
UserAccount()
           
 
Method Summary
 String getCopyrightText()
           
 Integer getDefaultCollection()
           
 String getDescription()
           
 String getDescriptionEnglish()
           
 String getLogo()
           
 Boolean getOfficial()
           
 String getStylesheet()
           
 String getUsername()
           
 String getWelcomeText()
           
 String getWelcomeTextEnglish()
           
 void setCopyrightText(String copyrightText)
           
 void setDefaultCollection(Integer defaultCollection)
           
 void setDescription(String description)
           
 void setDescriptionEnglish(String descriptionEnglish)
           
 void setLogo(String logo)
           
 void setOfficial(Boolean official)
           
 void setStylesheet(String stylesheet)
           
 void setUsername(String username)
           
 void setWelcomeText(String welcomeText)
           
 void setWelcomeTextEnglish(String welcomeTextEnglish)
           
 
Methods inherited from class erland.webapp.common.BaseEntity
getEnvironment, init, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UserAccount

public UserAccount()
Method Detail

getUsername

public String getUsername()

setUsername

public void setUsername(String username)

getDescription

public String getDescription()

setDescription

public void setDescription(String description)

getDescriptionEnglish

public String getDescriptionEnglish()

setDescriptionEnglish

public void setDescriptionEnglish(String descriptionEnglish)

getOfficial

public Boolean getOfficial()

setOfficial

public void setOfficial(Boolean official)

getLogo

public String getLogo()

setLogo

public void setLogo(String logo)

getWelcomeText

public String getWelcomeText()

setWelcomeText

public void setWelcomeText(String welcomeText)

getWelcomeTextEnglish

public String getWelcomeTextEnglish()

setWelcomeTextEnglish

public void setWelcomeTextEnglish(String welcomeTextEnglish)

getDefaultCollection

public Integer getDefaultCollection()

setDefaultCollection

public void setDefaultCollection(Integer defaultCollection)

getCopyrightText

public String getCopyrightText()

setCopyrightText

public void setCopyrightText(String copyrightText)

getStylesheet

public String getStylesheet()

setStylesheet

public void setStylesheet(String stylesheet)


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