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

#include <jobevent.h>

Public Member Functions

 JobEvent (const JobEvent &other)
 
JobEventoperator= (const JobEvent &other)
 
QString acctHost () const
 
void setAcctHost (const QString &host)
 
qint64 eventTime () const
 
void setEventTime (qint64 time)
 
QString eventType () const
 
void setEventType (const QString &type)
 
qint64 jobId () const
 
void setJobId (qint64 id)
 
QString jobQueue () const
 
void setJobQueue (const QString &queue)
 
QString jobStatus () const
 
void setJobStatus (const QString &status)
 
QString jobStatusText () const
 
void setJobStatusText (const QString &text)
 

Detailed Description

class using to model UIT JobEvent.

Constructor & Destructor Documentation

JobEvent ( const JobEvent other)
Parameters
otherThe JobEvent instance being copied.

Member Function Documentation

JobEvent& operator= ( const JobEvent other)
Parameters
otherThe JobEvent instance being assigned.
QString acctHost ( ) const
Returns
The account host.
void setAcctHost ( const QString &  host)
Parameters
hostThe account host.
qint64 eventTime ( ) const
Returns
The event time for this job event.
void setEventTime ( qint64  time)
Parameters
timeThe event time.
QString eventType ( ) const
Returns
The event type for this job event
void setEventType ( const QString &  type)
Parameters
typeThe event type.
qint64 jobId ( ) const
Returns
The job ID for this job event.
void setJobId ( qint64  id)
Parameters
idThe job ID.
QString jobQueue ( ) const
Returns
The job queue associated with this job event.
void setJobQueue ( const QString &  queue)
Parameters
queueThe queue name.
QString jobStatus ( ) const
Returns
The job status associated with this job event.
void setJobStatus ( const QString &  status)
Parameters
statusThe job status.
QString jobStatusText ( ) const
Returns
The job status text associated with this job event.
void setJobStatusText ( const QString &  text)
Parameters
textThe job status text.

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