Bridges-Java 3.5.0-dev1
Bridges(Java API)
Loading...
Searching...
No Matches
Public Member Functions | List of all members
bridges.data_src_dependent.ActorMovieIMDB Class Reference

This class represents an actor-movie pair object, to be used with the IMDB actor-movie dataset. More...

Public Member Functions

 ActorMovieIMDB ()
 
String getActor ()
 get the actor from this object
 
void setActor (String a)
 set the actor from this object
 
String getMovie ()
 get the movie from this object
 
void setMovie (String m)
 set the movie from this object
 
double getMovieRating ()
 get the movie rating from this object
 
void setMovieRating (double r)
 set the movie rating for this object
 
Vector< String > getGenres ()
 get the genres of this movie
 
void setGenres (Vector< String > g)
 set the genres for this movie
 

Detailed Description

This class represents an actor-movie pair object, to be used with the IMDB actor-movie dataset.

A user typically does not create an ActorMovieIMDB object. They are usually returned by bridges::connect::DataSource::getActorMovieIMDBData() and bridges::connect::DataSource::getActorMovieIMDBData2()

Check out the tutorial on the IMDB dataset at https://bridgesuncc.github.io/tutorials/Data_IMDB.html

Author
Kalpathi Subramanian

Constructor & Destructor Documentation

◆ ActorMovieIMDB()

bridges.data_src_dependent.ActorMovieIMDB.ActorMovieIMDB ( )

Constructor

Member Function Documentation

◆ getActor()

String bridges.data_src_dependent.ActorMovieIMDB.getActor ( )

get the actor from this object

Returns
actor (string)

◆ getGenres()

Vector< String > bridges.data_src_dependent.ActorMovieIMDB.getGenres ( )

get the genres of this movie

Returns
genres (vector of strings)

◆ getMovie()

String bridges.data_src_dependent.ActorMovieIMDB.getMovie ( )

get the movie from this object

Returns
movie (string)

◆ getMovieRating()

double bridges.data_src_dependent.ActorMovieIMDB.getMovieRating ( )

get the movie rating from this object

Returns
rating (double)

◆ setActor()

void bridges.data_src_dependent.ActorMovieIMDB.setActor ( String  a)

set the actor from this object

Parameters
aactor (string) to be set

◆ setGenres()

void bridges.data_src_dependent.ActorMovieIMDB.setGenres ( Vector< String >  g)

set the genres for this movie

Parameters
ggenres to be set for the movie (vector of strings)

◆ setMovie()

void bridges.data_src_dependent.ActorMovieIMDB.setMovie ( String  m)

set the movie from this object

Parameters
mmovie (string) to be set

◆ setMovieRating()

void bridges.data_src_dependent.ActorMovieIMDB.setMovieRating ( double  r)

set the movie rating for this object

Parameters
rrating (double) to be set

The documentation for this class was generated from the following file: