#include <IUserRoleInfo.h>
Inherits iser::IObject.
Interface for describing an user role.
Definition at line 16 of file IUserRoleInfo.h.
◆ GetDescription()
| virtual QString imtauth::IUserRoleInfo::GetDescription |
( |
| ) |
const |
|
pure virtual |
Get description of the role.
◆ GetId()
| virtual QByteArray imtauth::IUserRoleInfo::GetId |
( |
| ) |
const |
|
pure virtual |
◆ GetName()
| virtual QString imtauth::IUserRoleInfo::GetName |
( |
| ) |
const |
|
pure virtual |
◆ SetDescription()
| virtual bool imtauth::IUserRoleInfo::SetDescription |
( |
QString |
name | ) |
|
|
pure virtual |
Set description of the role.
◆ SetId()
| virtual bool imtauth::IUserRoleInfo::SetId |
( |
QByteArray |
id | ) |
|
|
pure virtual |
◆ SetName()
| virtual bool imtauth::IUserRoleInfo::SetName |
( |
QString |
name | ) |
|
|
pure virtual |