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.

Version:
$Revision: $ ($Author: $)
Author:
gjoseph

Constructor Summary
UserProfile()
           
 
Method Summary
 String getEmail()
           
 String getFullName()
           
 String getPassword()
           
 String getUsername()
           
 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
 

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)


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