MoleQueue  0.8.0
 All Classes Functions Variables Enumerations Enumerator Pages
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 ( const UserHostAssoc other)
Parameters
otherThe instance to copy.

Member Function Documentation

UserHostAssoc& operator= ( const UserHostAssoc other)
Parameters
otherThe instance to assign.
QString account ( ) const
Returns
The account string.
void setAccount ( const QString &  acc)
Parameters
accThe account string.
QString description ( ) const
Returns
The description field.
void setDescription ( const QString &  des)
Parameters
desThe description field.
qint64 hostId ( ) const
Returns
host ID for the host associated with the user.
void setHostId ( qint64  id)
Parameters
idThe host ID for the host associated with this user.
QString hostName ( ) const
Returns
The host name.
void setHostName ( const QString &  name)
Parameters
nameThe host name.
QString systemName ( ) const
Returns
The system name.
void setSystemName ( const QString &  name)
Parameters
nameThe system name.
QString transportMethod ( ) const
Returns
The transport method.
void setTransportMethod ( const QString &  method)
Parameters
methodThe transport method.

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