#include <userhostassoc.h>
class used to model UIT UserHostAssoc XML tag.
◆ UserHostAssoc()
- Parameters
-
other | The instance to copy. |
◆ operator=()
- Parameters
-
other | The instance to assign. |
◆ account()
QString account |
( |
| ) |
const |
- Returns
- The account string.
◆ setAccount()
void setAccount |
( |
const QString & |
acc | ) |
|
◆ description()
QString description |
( |
| ) |
const |
- Returns
- The description field.
◆ setDescription()
void setDescription |
( |
const QString & |
des | ) |
|
- Parameters
-
des | The description field. |
◆ hostId()
- Returns
- host ID for the host associated with the user.
◆ setHostId()
void setHostId |
( |
qint64 |
id | ) |
|
- Parameters
-
id | The host ID for the host associated with this user. |
◆ hostName()
QString hostName |
( |
| ) |
const |
◆ setHostName()
void setHostName |
( |
const QString & |
name | ) |
|
◆ systemName()
QString systemName |
( |
| ) |
const |
◆ setSystemName()
void setSystemName |
( |
const QString & |
name | ) |
|
◆ transportMethod()
QString transportMethod |
( |
| ) |
const |
- Returns
- The transport method.
◆ setTransportMethod()
void setTransportMethod |
( |
const QString & |
method | ) |
|
- Parameters
-
method | The transport method. |
The documentation for this class was generated from the following file: