MoleQueue  0.8.0
 All Classes Functions Variables Enumerations Enumerator Pages
Public Member Functions | List of all members
FileStreamingData Class Reference

#include <filestreamingdata.h>

Public Member Functions

QString toXml () const
 
QString fileName () const
 
void setFileName (const QString &file)
 
qint64 hostID () const
 
void setHostID (qint64 hostId)
 
QString token () const
 
void setToken (const QString &tok)
 
QString userName () const
 
void setUserName (const QString &user)
 

Detailed Description

class used to model UIT FileStreamingData XML document. Used to describe a file on a remote UIT system during the download/upload process.

Member Function Documentation

QString toXml ( ) const
Returns
The XML document generated using the fields in this instance. This document can be POSTed to the UIT interface.
QString fileName ( ) const
Returns
The file name.
void setFileName ( const QString &  file)
Parameters
fileThe file name.
qint64 hostID ( ) const
Returns
The host ID for the host this file is associated with.
void setHostID ( qint64  hostId)
Parameters
hostIdThe host ID for the host the file is associatd with.
QString token ( ) const
Returns
The UIT session token.
void setToken ( const QString &  tok)
Parameters
tokThe UIT session token to use.
QString userName ( ) const
Returns
The user name for user which owns this file.
void setUserName ( const QString &  user)
Parameters
userThe user name for the user which owns this file.

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