#include <mmsimportpropertydata.h>
Public Member Functions | |
MMSImportPropertyData () | |
~MMSImportPropertyData () | |
int | getId () |
int | getPluginId () |
void | setPluginId (int pluginId) |
bool | getOnStartUp (void) |
void | setOnStartUp (bool onStartUp) |
int | getTime (void) |
void | setTime (int time) |
int | getInterval (void) |
void | setInterval (int interval) |
Private Member Functions | |
void | setId (int id) |
Private Attributes | |
int | id |
int | pluginId |
bool | onStartUp |
int | time |
int | interval |
Friends | |
class | MMSImportPropertyDAO |
Definition at line 36 of file mmsimportpropertydata.h.
MMSImportPropertyData::MMSImportPropertyData | ( | ) |
Definition at line 36 of file mmsimportpropertydata.cpp.
MMSImportPropertyData::~MMSImportPropertyData | ( | ) |
Definition at line 44 of file mmsimportpropertydata.cpp.
void MMSImportPropertyData::setId | ( | int | id | ) | [private] |
Definition at line 51 of file mmsimportpropertydata.cpp.
int MMSImportPropertyData::getId | ( | ) |
Definition at line 47 of file mmsimportpropertydata.cpp.
int MMSImportPropertyData::getPluginId | ( | ) |
Definition at line 55 of file mmsimportpropertydata.cpp.
void MMSImportPropertyData::setPluginId | ( | int | pluginId | ) |
Definition at line 59 of file mmsimportpropertydata.cpp.
bool MMSImportPropertyData::getOnStartUp | ( | void | ) |
Definition at line 63 of file mmsimportpropertydata.cpp.
void MMSImportPropertyData::setOnStartUp | ( | bool | onStartUp | ) |
Definition at line 67 of file mmsimportpropertydata.cpp.
int MMSImportPropertyData::getTime | ( | void | ) |
Definition at line 71 of file mmsimportpropertydata.cpp.
void MMSImportPropertyData::setTime | ( | int | time | ) |
Definition at line 75 of file mmsimportpropertydata.cpp.
int MMSImportPropertyData::getInterval | ( | void | ) |
Definition at line 79 of file mmsimportpropertydata.cpp.
void MMSImportPropertyData::setInterval | ( | int | interval | ) |
Definition at line 83 of file mmsimportpropertydata.cpp.
friend class MMSImportPropertyDAO [friend] |
Definition at line 37 of file mmsimportpropertydata.h.
int MMSImportPropertyData::id [private] |
Definition at line 39 of file mmsimportpropertydata.h.
int MMSImportPropertyData::pluginId [private] |
Definition at line 40 of file mmsimportpropertydata.h.
bool MMSImportPropertyData::onStartUp [private] |
Definition at line 41 of file mmsimportpropertydata.h.
int MMSImportPropertyData::time [private] |
Definition at line 42 of file mmsimportpropertydata.h.
int MMSImportPropertyData::interval [private] |
Definition at line 43 of file mmsimportpropertydata.h.