@Entity public class Role extends Object
Modifier | Constructor and Description |
---|---|
protected |
Role() |
|
Role(String name) |
Modifier and Type | Method and Description |
---|---|
String |
getDescription() |
Long |
getId() |
String |
getName() |
Set<String> |
getPermissions() |
void |
setDescription(String description) |
void |
setId(Long id) |
void |
setName(String name) |
void |
setPermissions(Set<String> permissions) |
protected Role()
public Role(String name)
Copyright © 2015. All rights reserved.