public class UserSimplified extends Object
| Constructor and Description |
|---|
UserSimplified() |
UserSimplified(User user) |
| Modifier and Type | Method and Description |
|---|---|
String |
getMail() |
String |
getPassword() |
UserRole |
getRole() |
void |
setMail(String mail) |
void |
setPassword(String password) |
void |
setRole(UserRole role) |
public UserSimplified()
public UserSimplified(User user)
Copyright © 2019. All rights reserved.