#include <MovieActorWikidata.h>
This is a helper class for accessing actor-movie data from Wikidata.
Note that the end user will not create an object of that type in regular circumstances. But rather, ActorMovieWikidata objects are returned by bridges::DataSource::getWikidataActorMovie()
- See also
- Exemple of how to access that type of data is provided at: https://bridgesuncc.github.io/tutorials/Data_WikiDataActor.html
- Author
- Erik Saule
- Date
- 12/28/20
◆ MovieActorWikidata()
bridges::dataset::MovieActorWikidata::MovieActorWikidata |
( |
| ) |
|
|
inline |
◆ getActorName()
const std::string& bridges::dataset::MovieActorWikidata::getActorName |
( |
| ) |
const |
|
inline |
get the actor name
- Returns
- actor name
◆ getActorURI()
const std::string& bridges::dataset::MovieActorWikidata::getActorURI |
( |
| ) |
const |
|
inline |
get the actor URI
- Returns
- actor uri
◆ getMovieName()
const std::string& bridges::dataset::MovieActorWikidata::getMovieName |
( |
| ) |
const |
|
inline |
get the movie name
- Returns
- movie name
◆ getMovieURI()
const std::string& bridges::dataset::MovieActorWikidata::getMovieURI |
( |
| ) |
const |
|
inline |
get the movie URI
- Returns
- movie uri
◆ setActorName()
void bridges::dataset::MovieActorWikidata::setActorName |
( |
std::string |
an | ) |
|
|
inline |
set the actor name
- Parameters
-
◆ setActorURI()
void bridges::dataset::MovieActorWikidata::setActorURI |
( |
std::string |
au | ) |
|
|
inline |
set the actor URI
- Parameters
-
◆ setMovieName()
void bridges::dataset::MovieActorWikidata::setMovieName |
( |
std::string |
mn | ) |
|
|
inline |
set the movie name
- Parameters
-
◆ setMovieURI()
void bridges::dataset::MovieActorWikidata::setMovieURI |
( |
std::string |
mu | ) |
|
|
inline |
set the movie URI
- Parameters
-
The documentation for this class was generated from the following file: