![]() |
Bridges-Java-3.0.1
3.0.1
Bridges(JavaAPI)
|
Inherits bridges.data_src_dependent.DataSource.
A Game object, used along with the Games data source.
This is a convenience class provided for users who wish to use this data source as part of their application. It provides an API that makes it easy to access the attributes of this data set.
Refer to tutorial examples to using this data source in data structure assignments.
Refer to tutorial examples to using this data source in data structure assignments.
Public Member Functions | |
Game () | |
Game (String title, String platform, double rating, Vector< String > genre) | |
String | getTitle () |
void | setTitle (String title) |
String | getPlatformType () |
void | setPlatformType (String platform) |
double | getRating () |
void | setRating (double rating) |
Vector< String > | getGenre () |
void | setGenre (Vector< String > genre) |
bridges.data_src_dependent.Game.Game | ( | ) |
bridges.data_src_dependent.Game.Game | ( | String | title, |
String | platform, | ||
double | rating, | ||
Vector< String > | genre | ||
) |
Vector<String> bridges.data_src_dependent.Game.getGenre | ( | ) |
String bridges.data_src_dependent.Game.getPlatformType | ( | ) |
double bridges.data_src_dependent.Game.getRating | ( | ) |
String bridges.data_src_dependent.Game.getTitle | ( | ) |
void bridges.data_src_dependent.Game.setGenre | ( | Vector< String > | genre | ) |
void bridges.data_src_dependent.Game.setPlatformType | ( | String | platform | ) |
void bridges.data_src_dependent.Game.setRating | ( | double | rating | ) |
void bridges.data_src_dependent.Game.setTitle | ( | String | title | ) |