ImagingTools Core SDK
Public Member Functions | List of all members
imtauth::IUserRoleInfoabstract

#include <IUserRoleInfo.h>

Inherits iser::IObject.

Public Member Functions

virtual QByteArray GetId () const =0
 
virtual bool SetId (QByteArray id)=0
 
virtual QString GetName () const =0
 
virtual bool SetName (QString name)=0
 
virtual QString GetDescription () const =0
 
virtual bool SetDescription (QString name)=0
 

Detailed Description

Interface for describing an user role.

Definition at line 16 of file IUserRoleInfo.h.

Member Function Documentation

◆ GetDescription()

virtual QString imtauth::IUserRoleInfo::GetDescription ( ) const
pure virtual

Get description of the role.

◆ GetId()

virtual QByteArray imtauth::IUserRoleInfo::GetId ( ) const
pure virtual

Get id of the role.

◆ GetName()

virtual QString imtauth::IUserRoleInfo::GetName ( ) const
pure virtual

Get name of the role.

◆ 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

Set id of the role.

◆ SetName()

virtual bool imtauth::IUserRoleInfo::SetName ( QString  name)
pure virtual

Set name of the role.