Package | Description |
---|---|
org.stanwood.media.model | |
org.stanwood.media.store.xmlstore |
Modifier and Type | Method and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Actor> |
XMLVideo.getActors()
Used to get a list of actors in the video
|
Modifier and Type | Method and Description |
---|---|
void |
XMLVideo.setActors(java.util.List<Actor> actors)
Used to set the list of actors in the film
|