The Class Role.
Definition at line 14 of file Role.java.
◆ getDescription()
String org.usermanagement.model.Role.getDescription |
( |
| ) |
|
Gets the description.
- Returns
- the description
Definition at line 116 of file Role.java.
◆ getName()
String org.usermanagement.model.Role.getName |
( |
| ) |
|
Gets the name.
- Returns
- the name
Definition at line 80 of file Role.java.
◆ getPermissionId()
List<Long> org.usermanagement.model.Role.getPermissionId |
( |
| ) |
|
Gets the permission id.
- Returns
- the permission id
Definition at line 62 of file Role.java.
◆ getPermissions()
List<Permission> org.usermanagement.model.Role.getPermissions |
( |
| ) |
|
Gets the permissions.
- Returns
- the permissions
Definition at line 134 of file Role.java.
◆ getRoleId()
Long org.usermanagement.model.Role.getRoleId |
( |
| ) |
|
Gets the role id.
- Returns
- the role id
Definition at line 44 of file Role.java.
◆ getStatus()
String org.usermanagement.model.Role.getStatus |
( |
| ) |
|
Gets the status.
- Returns
- the status
Definition at line 98 of file Role.java.
◆ getUserInfo()
List<UserInfo> org.usermanagement.model.Role.getUserInfo |
( |
| ) |
|
◆ setDescription()
void org.usermanagement.model.Role.setDescription |
( |
String |
description | ) |
|
Sets the description.
- Parameters
-
description | the new description |
Definition at line 125 of file Role.java.
◆ setName()
void org.usermanagement.model.Role.setName |
( |
final String |
name | ) |
|
Sets the name.
- Parameters
-
Definition at line 89 of file Role.java.
◆ setPermissionId()
void org.usermanagement.model.Role.setPermissionId |
( |
List< Long > |
permissionId | ) |
|
Sets the permission id.
- Parameters
-
permissionId | the new permission id |
Definition at line 71 of file Role.java.
◆ setPermissions()
void org.usermanagement.model.Role.setPermissions |
( |
List< Permission > |
permissions | ) |
|
Sets the permissions.
- Parameters
-
permissions | the new permissions |
Definition at line 143 of file Role.java.
◆ setRoleId()
void org.usermanagement.model.Role.setRoleId |
( |
Long |
roleId | ) |
|
Sets the role id.
- Parameters
-
Definition at line 53 of file Role.java.
◆ setStatus()
void org.usermanagement.model.Role.setStatus |
( |
String |
status | ) |
|
Sets the status.
- Parameters
-
Definition at line 107 of file Role.java.
◆ setUserInfo()
void org.usermanagement.model.Role.setUserInfo |
( |
List< UserInfo > |
userInfo | ) |
|
◆ toString()
String org.usermanagement.model.Role.toString |
( |
| ) |
|
The documentation for this class was generated from the following file:
- /Users/kevin/Desktop/Kilda/open-kilda-develop/services/src/openkilda-gui/src/main/java/org/usermanagement/model/Role.java