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

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

Uses of Actor in org.stanwood.media.model
 

Methods in org.stanwood.media.model that return types with arguments of type Actor
 java.util.List<Actor> Film.getActors()
          Used to get a list of actors in the video
 java.util.List<Actor> Episode.getActors()
          Used to get a list of actors in the episode
 java.util.List<Actor> IVideoActors.getActors()
          Used to get a list of actors in the video
 

Method parameters in org.stanwood.media.model with type arguments of type Actor
 void Film.setActors(java.util.List<Actor> actors)
          Used to set the list of actors in the film
 void Episode.setActors(java.util.List<Actor> actors)
          Used to set a list of actors in the episode
 void IVideoActors.setActors(java.util.List<Actor> actors)
          Used to set the list of actors in the film
 

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

Methods in org.stanwood.media.store.xmlstore that return types with arguments of type Actor
 java.util.List<Actor> XMLVideo.getActors()
          Used to get a list of actors in the video
 

Method parameters in org.stanwood.media.store.xmlstore with type arguments of type Actor
 void XMLVideo.setActors(java.util.List<Actor> actors)
          Used to set the list of actors in the film