MoleQueue  0.8.0
Public Member Functions | List of all members
UserHostAssoc Class Reference

#include <userhostassoc.h>

Public Member Functions

 UserHostAssoc (const UserHostAssoc &other)
 
UserHostAssocoperator= (const UserHostAssoc &other)
 
QString account () const
 
void setAccount (const QString &acc)
 
QString description () const
 
void setDescription (const QString &des)
 
qint64 hostId () const
 
void setHostId (qint64 id)
 
QString hostName () const
 
void setHostName (const QString &name)
 
QString systemName () const
 
void setSystemName (const QString &name)
 
QString transportMethod () const
 
void setTransportMethod (const QString &method)
 

Detailed Description

class used to model UIT UserHostAssoc XML tag.

Constructor & Destructor Documentation

◆ UserHostAssoc()

UserHostAssoc ( const UserHostAssoc other)
Parameters
otherThe instance to copy.

Member Function Documentation

◆ operator=()

UserHostAssoc& operator= ( const UserHostAssoc other)
Parameters
otherThe instance to assign.

◆ account()

QString account ( ) const
Returns
The account string.

◆ setAccount()

void setAccount ( const QString &  acc)
Parameters
accThe account string.

◆ description()

QString description ( ) const
Returns
The description field.

◆ setDescription()

void setDescription ( const QString &  des)
Parameters
desThe description field.

◆ hostId()

qint64 hostId ( ) const
Returns
host ID for the host associated with the user.

◆ setHostId()

void setHostId ( qint64  id)
Parameters
idThe host ID for the host associated with this user.

◆ hostName()

QString hostName ( ) const
Returns
The host name.

◆ setHostName()

void setHostName ( const QString &  name)
Parameters
nameThe host name.

◆ systemName()

QString systemName ( ) const
Returns
The system name.

◆ setSystemName()

void setSystemName ( const QString &  name)
Parameters
nameThe system name.

◆ transportMethod()

QString transportMethod ( ) const
Returns
The transport method.

◆ setTransportMethod()

void setTransportMethod ( const QString &  method)
Parameters
methodThe transport method.

The documentation for this class was generated from the following file: