Package | Description |
---|---|
org.stanwood.media.model | |
org.stanwood.media.store.xmlstore |
Modifier and Type | Method and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
Rating |
XMLVideo.getRating()
Used to get the rating of the video
|
Modifier and Type | Method and Description |
---|---|
void |
XMLVideo.setRating(Rating rating)
Used to set the rating of the video
|