public class ValidationUserDTO extends Object
| Modifier and Type | Field and Description |
|---|---|
Integer |
authority |
String |
email |
Boolean |
isAdmin |
| Constructor and Description |
|---|
ValidationUserDTO() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getAuthority() |
String |
getEmail() |
Boolean |
getIsAdmin() |
void |
setAuthority(Integer authority) |
void |
setEmail(String email) |
void |
setIsAdmin(Boolean isAdmin) |
Copyright © 2014. All rights reserved.