org.stanwood.media.model
Interface IVideoRating

All Known Subinterfaces:
IEpisode, IFilm
All Known Implementing Classes:
Episode, Film, XBMCEpisode, XMLEpisode, XMLFilm, XMLVideo

public interface IVideoRating

This interface should be implemented by video classes that can be rated


Method Summary
 Rating getRating()
          Used to get the rating of the video
 void setRating(Rating rating)
          Used to set the rating of the video
 

Method Detail

getRating

Rating getRating()
Used to get the rating of the video

Returns:
The rating of the video

setRating

void setRating(Rating rating)
Used to set the rating of the video

Parameters:
rating - The rating