public class User extends Object
| Constructor and Description |
|---|
User() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getId() |
List<Long> |
getRoles() |
String |
getUsername() |
void |
setId(Long id) |
void |
setRoles(List<Long> roles) |
void |
setUsername(String username) |
Copyright © 2016 Emory University. All rights reserved.