Bridges-Java-3.0.2  3.0.2
Bridges(JavaAPI)
Public Member Functions | List of all members
bridges.data_src_dependent.Game Class Reference

Inherits bridges.data_src_dependent.DataSource.

Detailed Description

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.

Author
Kalpathi Subramanian
Date
2/1/17

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)
 

Constructor & Destructor Documentation

◆ Game() [1/2]

bridges.data_src_dependent.Game.Game ( )

◆ Game() [2/2]

bridges.data_src_dependent.Game.Game ( String  title,
String  platform,
double  rating,
Vector< String >  genre 
)

Member Function Documentation

◆ getGenre()

Vector<String> bridges.data_src_dependent.Game.getGenre ( )

◆ getPlatformType()

String bridges.data_src_dependent.Game.getPlatformType ( )

◆ getRating()

double bridges.data_src_dependent.Game.getRating ( )

◆ getTitle()

String bridges.data_src_dependent.Game.getTitle ( )

◆ setGenre()

void bridges.data_src_dependent.Game.setGenre ( Vector< String >  genre)

◆ setPlatformType()

void bridges.data_src_dependent.Game.setPlatformType ( String  platform)

◆ setRating()

void bridges.data_src_dependent.Game.setRating ( double  rating)

◆ setTitle()

void bridges.data_src_dependent.Game.setTitle ( String  title)

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