#include <study.hpp>
Public Member Functions | |
std::vector< librms::condition > & | get_conditions () |
std::string | get_created () const |
std::string | get_end () const |
unsigned int | get_id () const |
unsigned int | get_length () const |
std::string | get_modified () const |
std::string | get_name () const |
bool | get_otf () const |
bool | get_parallel () const |
bool | get_repeatable () const |
std::string | get_start () const |
study (librms::rms *client, unsigned int id, std::string name, std::string start, std::string end, unsigned int length, bool otf, bool parallel, bool repeatable, std::string created, std::string modified) | |
Private Attributes | |
librms::rms * | client_ |
std::vector< librms::condition > | conditions_ |
bool | conditions_fetched_ |
std::string | created_ |
std::string | end_ |
unsigned int | id_ |
unsigned int | length_ |
std::string | modified_ |
std::string | name_ |
bool | otf_ |
bool | parallel_ |
bool | repeatable_ |
std::string | start_ |
study::study | ( | librms::rms * | client, |
unsigned int | id, | ||
std::string | name, | ||
std::string | start, | ||
std::string | end, | ||
unsigned int | length, | ||
bool | otf, | ||
bool | parallel, | ||
bool | repeatable, | ||
std::string | created, | ||
std::string | modified | ||
) |
std::vector< condition > & study::get_conditions | ( | ) |
string study::get_created | ( | ) | const |
string study::get_end | ( | ) | const |
unsigned int study::get_id | ( | ) | const |
unsigned int study::get_length | ( | ) | const |
string study::get_modified | ( | ) | const |
string study::get_name | ( | ) | const |
bool study::get_otf | ( | ) | const |
bool study::get_parallel | ( | ) | const |
bool study::get_repeatable | ( | ) | const |
string study::get_start | ( | ) | const |
librms::rms* librms::study::client_ [private] |
std::vector<librms::condition> librms::study::conditions_ [private] |
bool librms::study::conditions_fetched_ [private] |
std::string librms::study::created_ [private] |
std::string librms::study::end_ [private] |
unsigned int librms::study::id_ [private] |
unsigned int librms::study::length_ [private] |
std::string librms::study::modified_ [private] |
std::string librms::study::name_ [private] |
bool librms::study::otf_ [private] |
bool librms::study::parallel_ [private] |
bool librms::study::repeatable_ [private] |
std::string librms::study::start_ [private] |