org.gcube.portlets.user.userprofileeditingportlet.shared
Class UserPersonalInformation

java.lang.Object
  extended by org.gcube.portlets.user.userprofileeditingportlet.shared.UserPersonalInformation
All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable

public class UserPersonalInformation
extends Object
implements com.google.gwt.user.client.rpc.IsSerializable


Constructor Summary
UserPersonalInformation()
           
UserPersonalInformation(String username, String fullname, String email)
           
 
Method Summary
 String getEmail()
           
 String getFullname()
           
 String getUsername()
           
 void setEmail(String email)
           
 void setUsername(String fullname)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserPersonalInformation

public UserPersonalInformation()

UserPersonalInformation

public UserPersonalInformation(String username,
                               String fullname,
                               String email)
Method Detail

setUsername

public void setUsername(String fullname)

setEmail

public void setEmail(String email)

getUsername

public String getUsername()

getFullname

public String getFullname()

getEmail

public String getEmail()


Copyright © 2013. All Rights Reserved.