public class User extends Object
| Constructor and Description |
|---|
User() |
| Modifier and Type | Method and Description |
|---|---|
String |
getEmail() |
String |
getPassword() |
boolean |
isConfirmed() |
void |
setConfirmed(boolean confirmed) |
void |
setEmail(String email) |
void |
setPassword(String password) |
Copyright © 2021. All Rights Reserved.