Uses of Class
org.stanwood.media.model.Rating

Packages that use Rating
org.stanwood.media.model   
org.stanwood.media.store.xmlstore   
 

Uses of Rating in org.stanwood.media.model
 

Methods in org.stanwood.media.model that return Rating
 Rating Film.getRating()
          Used to get the global user rating of the film
 Rating Episode.getRating()
          Used to get the episode rating
 Rating IVideoRating.getRating()
          Used to get the rating of the video
 

Methods in org.stanwood.media.model with parameters of type Rating
 void Film.setRating(Rating rating)
          Used to set the global user rating of the film
 void Episode.setRating(Rating rating)
          Used to set the episode rating
 void IVideoRating.setRating(Rating rating)
          Used to set the rating of the video
 

Uses of Rating in org.stanwood.media.store.xmlstore
 

Methods in org.stanwood.media.store.xmlstore that return Rating
 Rating XMLVideo.getRating()
          Used to get the rating of the video
 

Methods in org.stanwood.media.store.xmlstore with parameters of type Rating
 void XMLVideo.setRating(Rating rating)
          Used to set the rating of the video