Inherits bridges.data_src_dependent.DataSource.
      
        
          | 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 | ) | 
           | 
        
      
 
 
The documentation for this class was generated from the following file: