org.stanwood.media.model
Interface IVideoActors

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

public interface IVideoActors

This should be implemented by video classes that can store actor information


Method Summary
 java.util.List<Actor> getActors()
          Used to get a list of actors in the video
 void setActors(java.util.List<Actor> actors)
          Used to set the list of actors in the film
 

Method Detail

getActors

java.util.List<Actor> getActors()
Used to get a list of actors in the video

Returns:
The list of actors in the video

setActors

void setActors(java.util.List<Actor> actors)
Used to set the list of actors in the film

Parameters:
actors - The list of actors in the film