1 #ifndef ODRUNCONFIGCYCLEINFO_H 2 #define ODRUNCONFIGCYCLEINFO_H bool operator==(const ODRunConfigCycleInfo &r) const
void prepareWrite() noexcept(false)
void setCycleNumber(int n)
void setDescription(std::string x)
std::string getDescription() const
void writeDB() noexcept(false)
void setSequenceID(int x)
int getSequenceID() const
bool operator!=(const ODRunConfigCycleInfo &r) const
int getCycleNumber() const
std::string m_description
int fetchIDLast() noexcept(false)
void setByID(int id) noexcept(false)
void setTag(std::string x)
void insertConfig() noexcept(false)
void fetchData(ODRunConfigCycleInfo *result) noexcept(false)
int fetchID() noexcept(false)
std::string getTag() const