org.zeroexchange.web.components.user
Class AbstractUserProfilePanel.ProfileData

java.lang.Object
  extended by org.zeroexchange.web.components.user.AbstractUserProfilePanel.ProfileData
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
UserProfilePanel.UpdateProfileData, UserRegistrationPanel.RegistrationData
Enclosing class:
AbstractUserProfilePanel

protected abstract class AbstractUserProfilePanel.ProfileData
extends Object
implements Serializable

Form data

See Also:
Serialized Form

Constructor Summary
protected AbstractUserProfilePanel.ProfileData()
           
 
Method Summary
 String getDisplayName()
           
 String getEmail()
           
 Location getLocation()
           
 String getPassword()
           
 String getRePassword()
           
 void setDisplayName(String displayName)
           
 void setEmail(String email)
           
 void setLocation(Location location)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractUserProfilePanel.ProfileData

protected AbstractUserProfilePanel.ProfileData()
Method Detail

getDisplayName

public String getDisplayName()

setDisplayName

public void setDisplayName(String displayName)

getPassword

public String getPassword()

getEmail

public String getEmail()

setEmail

public void setEmail(String email)

getRePassword

public String getRePassword()

getLocation

public Location getLocation()

setLocation

public void setLocation(Location location)


Copyright © 2013. All Rights Reserved.