#include <mw/messagingbus/accountinformation.h>
class AccountInformation |
MB accountInformation class stores data components for describing user information.
Public Member Functions | |
---|---|
AccountInformation() | |
AccountInformation(const AccountInformation &) | |
virtual | ~AccountInformation() |
QString | channelPath() |
Jid | jid() |
AccountInformation & | operator=(const AccountInformation &) |
Protected Member Functions | |
---|---|
void | setApplicationId(const QString &) |
void | setJid(const Jid &) |
AccountInformation | ( | const AccountInformation & | information | ) |
Copy Constructor.
other - AccountInformation& class type parameter
QString | channelPath | ( | ) | const |
Returns a QString type containing channel path ex. /jid/apps/appid
Jid | jid | ( | ) | const |
Returns a QString type containing jid part from fulljid [ node "@" ] domain [ "/" resource ] ex. user@ovi.com is returned from user@ovi.com/resource
domain = fqdn / address-literal; fqdn = (sub-domain 1*("." sub-domain)); sub-domain = (internationalized domain label); address-literal = IPv4address / IPv6address;
AccountInformation & | operator= | ( | const AccountInformation & | other | ) |
void | setApplicationId | ( | const QString & | id | ) | [protected] |
Sets application Id value using a QString type parameter.
id - QString& type parameter used for assigning application id .
See also: setJid()
void | setJid | ( | const Jid & | jid | ) | [protected] |
Sets jid value using a QString type parameter.
jid - QString reference type parameter used for jid assigning.
See also: setApplicationId()