org.zeroexchange.web.components.user
Class AbstractUserProfilePanel.ProfileData
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractUserProfilePanel.ProfileData
protected AbstractUserProfilePanel.ProfileData()
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.