public class Role extends Object
| Constructor and Description |
|---|
Role() |
Role(String name,
String description) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
String |
getName() |
void |
setDescription(String description) |
void |
setName(String name) |
Copyright © 2022. All rights reserved.