#include <mmspropertydata.h>
Public Member Functions | |
| MMSPropertyData () | |
| int | getID () |
| string | getParameter () |
| void | setParameter (string parameter) |
| string | getValue () |
| void | setValue (string value) |
| string | getType () |
| void | setType (string type) |
| int | getMax () |
| void | setMax (int max) |
| int | getMin () |
| void | setMin (int min) |
| vector< string > | getVallist () |
| void | setVallist (vector< string > vallist) |
| char | getSeparator () |
| void | setSeparator (char separator) |
| bool | isSetInDb () |
| void | setisSetinDb (bool issetindb) |
Private Member Functions | |
| void | setID (int id) |
Private Attributes | |
| int | id |
| string | parameter |
| string | value |
| string | type |
| int | max |
| int | min |
| vector< string > | vallist |
| char | separator |
| bool | issetindb |
Friends | |
| class | MMSPluginPropertyDAO |
Definition at line 44 of file mmspropertydata.h.
| MMSPropertyData::MMSPropertyData | ( | ) |
Definition at line 35 of file mmspropertydata.cpp.
| void MMSPropertyData::setID | ( | int | id | ) | [private] |
Definition at line 46 of file mmspropertydata.cpp.
| int MMSPropertyData::getID | ( | ) |
Definition at line 50 of file mmspropertydata.cpp.
| string MMSPropertyData::getParameter | ( | ) |
Definition at line 54 of file mmspropertydata.cpp.
| void MMSPropertyData::setParameter | ( | string | parameter | ) |
Definition at line 58 of file mmspropertydata.cpp.
| string MMSPropertyData::getValue | ( | ) |
Definition at line 62 of file mmspropertydata.cpp.
| void MMSPropertyData::setValue | ( | string | value | ) |
Definition at line 65 of file mmspropertydata.cpp.
| string MMSPropertyData::getType | ( | ) |
Definition at line 69 of file mmspropertydata.cpp.
| void MMSPropertyData::setType | ( | string | type | ) |
Definition at line 73 of file mmspropertydata.cpp.
| int MMSPropertyData::getMax | ( | ) |
Definition at line 77 of file mmspropertydata.cpp.
| void MMSPropertyData::setMax | ( | int | max | ) |
Definition at line 81 of file mmspropertydata.cpp.
| int MMSPropertyData::getMin | ( | ) |
Definition at line 85 of file mmspropertydata.cpp.
| void MMSPropertyData::setMin | ( | int | min | ) |
Definition at line 89 of file mmspropertydata.cpp.
| vector< string > MMSPropertyData::getVallist | ( | ) |
Definition at line 93 of file mmspropertydata.cpp.
| void MMSPropertyData::setVallist | ( | vector< string > | vallist | ) |
Definition at line 97 of file mmspropertydata.cpp.
| char MMSPropertyData::getSeparator | ( | ) |
Definition at line 101 of file mmspropertydata.cpp.
| void MMSPropertyData::setSeparator | ( | char | separator | ) |
Definition at line 105 of file mmspropertydata.cpp.
| bool MMSPropertyData::isSetInDb | ( | ) |
Definition at line 109 of file mmspropertydata.cpp.
| void MMSPropertyData::setisSetinDb | ( | bool | issetindb | ) |
Definition at line 113 of file mmspropertydata.cpp.
friend class MMSPluginPropertyDAO [friend] |
Definition at line 46 of file mmspropertydata.h.
int MMSPropertyData::id [private] |
Definition at line 49 of file mmspropertydata.h.
string MMSPropertyData::parameter [private] |
Definition at line 50 of file mmspropertydata.h.
string MMSPropertyData::value [private] |
Definition at line 51 of file mmspropertydata.h.
string MMSPropertyData::type [private] |
Definition at line 52 of file mmspropertydata.h.
int MMSPropertyData::max [private] |
Definition at line 53 of file mmspropertydata.h.
int MMSPropertyData::min [private] |
Definition at line 54 of file mmspropertydata.h.
vector<string> MMSPropertyData::vallist [private] |
Definition at line 55 of file mmspropertydata.h.
char MMSPropertyData::separator [private] |
Definition at line 56 of file mmspropertydata.h.
bool MMSPropertyData::issetindb [private] |
Definition at line 57 of file mmspropertydata.h.