public class UpdateUserBean extends Object implements Serializable
| Constructor and Description |
|---|
UpdateUserBean()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getEmail() |
String |
getFullName() |
void |
setEmail(String email) |
void |
setFullName(String fullName) |
String |
toString() |
public String getFullName()
public void setFullName(String fullName)
fullName - the fullName to setpublic String getEmail()
public void setEmail(String email)
email - the email to setCopyright © 2015 JBoss, a division of Red Hat. All rights reserved.