#include <slot.hpp>
Public Member Functions | |
librms::appointment & | get_appointment () |
unsigned int | get_condition_id () const |
std::string | get_created () const |
std::string | get_end () const |
unsigned int | get_id () const |
std::string | get_modified () const |
std::string | get_start () const |
bool | has_appointment () |
slot (librms::rms *client, unsigned int id, unsigned int condition_id, std::string start, std::string end, std::string created, std::string modified) | |
~slot () | |
Private Attributes | |
librms::appointment * | appointment_ |
bool | appointment_checked_ |
bool | appointment_fetched_ |
librms::rms * | client_ |
unsigned int | condition_id_ |
std::string | created_ |
std::string | end_ |
bool | has_appointment_ |
unsigned int | id_ |
std::string | modified_ |
std::string | start_ |
slot::slot | ( | librms::rms * | client, |
unsigned int | id, | ||
unsigned int | condition_id, | ||
std::string | start, | ||
std::string | end, | ||
std::string | created, | ||
std::string | modified | ||
) |
slot::~slot | ( | ) |
unsigned int slot::get_condition_id | ( | ) | const |
string slot::get_created | ( | ) | const |
string slot::get_end | ( | ) | const |
unsigned int slot::get_id | ( | ) | const |
string slot::get_modified | ( | ) | const |
string slot::get_start | ( | ) | const |
bool slot::has_appointment | ( | ) |
librms::appointment* librms::slot::appointment_ [private] |
bool librms::slot::appointment_checked_ [private] |
bool librms::slot::appointment_fetched_ [private] |
librms::rms* librms::slot::client_ [private] |
unsigned int librms::slot::condition_id_ [private] |
std::string librms::slot::created_ [private] |
std::string librms::slot::end_ [private] |
bool librms::slot::has_appointment_ [private] |
unsigned int librms::slot::id_ [private] |
std::string librms::slot::modified_ [private] |
std::string librms::slot::start_ [private] |