#include <log.hpp>
Public Member Functions | |
unsigned int | get_appointment_id () const |
std::string | get_created () const |
std::string | get_entry () const |
unsigned int | get_id () const |
std::string | get_label () const |
std::string | get_modified () const |
unsigned int | get_type_id () const |
log (librms::rms *client, unsigned int id, unsigned int appointment_id, unsigned int type_id, std::string label, std::string entry, std::string created, std::string modified) | |
Private Attributes | |
unsigned int | appointment_id_ |
librms::rms * | client_ |
std::string | created_ |
std::string | entry_ |
unsigned int | id_ |
std::string | label_ |
std::string | modified_ |
unsigned int | type_id_ |
log::log | ( | librms::rms * | client, |
unsigned int | id, | ||
unsigned int | appointment_id, | ||
unsigned int | type_id, | ||
std::string | label, | ||
std::string | entry, | ||
std::string | created, | ||
std::string | modified | ||
) |
unsigned int log::get_appointment_id | ( | ) | const |
string log::get_created | ( | ) | const |
string log::get_entry | ( | ) | const |
unsigned int log::get_id | ( | ) | const |
string log::get_label | ( | ) | const |
string log::get_modified | ( | ) | const |
unsigned int log::get_type_id | ( | ) | const |
unsigned int librms::log::appointment_id_ [private] |
librms::rms* librms::log::client_ [private] |
std::string librms::log::created_ [private] |
std::string librms::log::entry_ [private] |
unsigned int librms::log::id_ [private] |
std::string librms::log::label_ [private] |
std::string librms::log::modified_ [private] |
unsigned int librms::log::type_id_ [private] |