public interface AdminRole extends Serializable
| Modifier and Type | Method and Description | 
|---|---|
| AdminRole | clone() | 
| Set<AdminPermission> | getAllPermissions() | 
| String | getDescription() | 
| Long | getId() | 
| String | getName() | 
| void | setDescription(String description) | 
| void | setId(Long id) | 
| void | setName(String name) | 
Copyright © 2020. All rights reserved.