public class UserEntity extends Object
| Constructor and Description |
|---|
UserEntity()
Instantiates a new user entity.
|
UserEntity(String username,
String name,
String email,
String password)
Instantiates a new user entity.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getEmail()
Gets the email.
|
String |
getName()
Gets the name.
|
String |
getPassword()
Gets the password.
|
List<UserProperty> |
getProperties()
Gets the properties.
|
String |
getUsername()
Gets the username.
|
void |
setEmail(String email)
Sets the email.
|
void |
setName(String name)
Sets the name.
|
void |
setPassword(String password)
Sets the password.
|
void |
setProperties(List<UserProperty> properties)
Sets the properties.
|
void |
setUsername(String username)
Sets the username.
|
public String getUsername()
public void setUsername(String username)
username - the new usernamepublic String getName()
public void setName(String name)
name - the new namepublic String getEmail()
public void setEmail(String email)
email - the new emailpublic String getPassword()
public void setPassword(String password)
password - the new passwordpublic List<UserProperty> getProperties()
public void setProperties(List<UserProperty> properties)
properties - the new propertiesCopyright © 2019. All rights reserved.