public class User extends Object implements Serializable
Constructor and Description |
---|
User() |
Modifier and Type | Method and Description |
---|---|
String |
getEmail() |
Boolean |
getEnabled() |
String |
getId() |
String |
getName() |
String |
getUsername() |
void |
setEmail(String email) |
void |
setEnabled(Boolean enabled) |
void |
setId(String id) |
void |
setName(String name) |
void |
setUsername(String username) |
String |
toString() |
public String getId()
public void setId(String id)
public String getUsername()
public void setUsername(String username)
username
- the username to setpublic String getName()
public void setName(String name)
name
- the name to setpublic String getEmail()
public void setEmail(String email)
email
- the email to setpublic Boolean getEnabled()
public void setEnabled(Boolean enabled)
enabled
- the enabled to setCopyright © 2015 JBoss by Red Hat. All rights reserved.