MBackupJob Class Reference

Class holding a backup job query result. More...

Public Member Functions

unsigned long long getBackupTime ()
 
long getEngine ()
 
std::string getEngineVersion ()
 
long getId ()
 
long getJobId ()
 
std::string getJobName ()
 
std::string getOwner ()
 
 MBackupJob ()
 
void setBackupTime (unsigned long long _backupTime)
 
void setEngine (long _engine)
 
void setEngineVersion (std::string _engineVersion)
 
void setId (long _id)
 
void setJobId (long _jobId)
 
void setJobName (std::string _jobName)
 
void setOwner (std::string _owner)
 
 ~MBackupJob ()
 

Detailed Description

Class holding a backup job query result.

Holds data related to a backup job

Definition at line 61 of file MBackupJob.h.

Constructor & Destructor Documentation

Default constructor

~MBackupJob ( )

Default destructor

Member Function Documentation

unsigned long long getBackupTime ( )
Returns
the time when the job has been backed up
long getEngine ( )
Returns
the job template ID
std::string getEngineVersion ( )
Returns
job template version
long getId ( )
Returns
the job ID as a long value
long getJobId ( )
Returns
the original referenced job ID
std::string getJobName ( )
Returns
the job name
std::string getOwner ( )
Returns
the original job owner
void setBackupTime ( unsigned long long  _backupTime)

Sets the backup job time

Parameters
[in]_backupTimeThe job backup time
void setEngine ( long  _engine)

Sets the job template ID

Parameters
[in]_engineThe job template ID
void setEngineVersion ( std::string  _engineVersion)

Sets the job template version

Parameters
[in]_engineVersionThe job template version
void setId ( long  _id)

Sets the backup job ID

Parameters
[in]_idThe job ID
void setJobId ( long  _jobId)

Sets the original referenced job ID

Parameters
[in]_jobIdThe original job ID
void setJobName ( std::string  _jobName)

Sets the job name

Parameters
[in]_jobNameThe job name
void setOwner ( std::string  _owner)

Sets the original job owner

Parameters
[in]_ownerThe job owner

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