info.magnolia.module.publicuserregistration
Class UserProfile

java.lang.Object
  extended by info.magnolia.module.publicuserregistration.UserProfile

public class UserProfile
extends Object

A basic default profile information bean. Extend this and register your new class in the module's configuration if you need to store more info.


Field Summary
static String EMAIL
           
static String FULLNAME
           
static String PASSWORD
           
static String TITLE
           
static String USERNAME
           
 
Constructor Summary
UserProfile()
           
 
Method Summary
 Collection<String> getAutopopulatedProperties()
           
 String getEmail()
           
 String getFullName()
           
 String getPassword()
           
 String getUsername()
           
 void setAutopopulatedProperties(Collection<String> userProperties)
           
 void setEmail(String email)
           
 void setFullName(String fullName)
           
 void setPassword(String password)
           
 void setUsername(String username)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

USERNAME

public static String USERNAME

PASSWORD

public static String PASSWORD

EMAIL

public static String EMAIL

FULLNAME

public static String FULLNAME

TITLE

public static String TITLE
Constructor Detail

UserProfile

public UserProfile()
Method Detail

getUsername

public String getUsername()

setUsername

public void setUsername(String username)

getPassword

public String getPassword()

setPassword

public void setPassword(String password)

getEmail

public String getEmail()

setEmail

public void setEmail(String email)

getFullName

public String getFullName()

setFullName

public void setFullName(String fullName)

getAutopopulatedProperties

public Collection<String> getAutopopulatedProperties()

setAutopopulatedProperties

public void setAutopopulatedProperties(Collection<String> userProperties)


Copyright © 2014 Magnolia International Ltd.. All Rights Reserved.