#include "Project.h"
◆ Project() [1/5]
◆ Project() [2/5]
Project::Project |
( |
const bsoncxx::v_noabi::document::view & | _view | ) |
|
◆ Project() [3/5]
Project::Project |
( |
const bsoncxx::v_noabi::document::view & | _view, |
|
|
mongocxx::client & | _userClient ) |
◆ Project() [4/5]
Project::Project |
( |
const Project & | | ) |
|
|
default |
◆ Project() [5/5]
◆ ~Project()
◆ addGroup()
void Project::addGroup |
( |
const Group & | _group | ) |
|
◆ getCollectionName()
const std::string & Project::getCollectionName |
( |
void | | ) |
const |
|
inline |
◆ getCreatedOn()
bsoncxx::types::b_date Project::getCreatedOn |
( |
void | | ) |
const |
|
inline |
◆ getGroups()
const std::vector< Group > & Project::getGroups |
( |
void | | ) |
const |
|
inline |
◆ getId()
const bsoncxx::oid & Project::getId |
( |
void | | ) |
const |
|
inline |
◆ getLastAccessedOn()
bsoncxx::types::b_date Project::getLastAccessedOn |
( |
void | | ) |
const |
|
inline |
◆ getName()
const std::string & Project::getName |
( |
void | | ) |
const |
|
inline |
◆ getRoleName()
const std::string & Project::getRoleName |
( |
void | | ) |
const |
|
inline |
◆ getType()
const std::string & Project::getType |
( |
void | | ) |
const |
|
inline |
◆ getUser()
const User & Project::getUser |
( |
void | | ) |
const |
|
inline |
◆ getVersion()
int Project::getVersion |
( |
void | | ) |
const |
|
inline |
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ setCollectionName()
void Project::setCollectionName |
( |
const std::string & | _collectionName | ) |
|
|
inline |
◆ setCreatedOn()
void Project::setCreatedOn |
( |
bsoncxx::types::b_date | _msSinceEpoch | ) |
|
|
inline |
◆ setGroups()
void Project::setGroups |
( |
const std::vector< Group > & | _groups | ) |
|
|
inline |
◆ setId()
void Project::setId |
( |
const bsoncxx::oid & | _id | ) |
|
|
inline |
◆ setLastAccessedOn()
void Project::setLastAccessedOn |
( |
bsoncxx::types::b_date | _msSinceEpoch | ) |
|
|
inline |
◆ setName()
void Project::setName |
( |
const std::string & | _name | ) |
|
|
inline |
◆ setRoleName()
void Project::setRoleName |
( |
const std::string & | _roleName | ) |
|
|
inline |
◆ setType()
void Project::setType |
( |
const std::string & | _type | ) |
|
|
inline |
◆ setUser()
void Project::setUser |
( |
const User & | _user | ) |
|
|
inline |
◆ setVersion()
void Project::setVersion |
( |
int | _version | ) |
|
|
inline |
The documentation for this class was generated from the following files: