|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
---|
java.util.List<Actor> getActors()
void setActors(java.util.List<Actor> actors)
actors
- The list of actors in the film
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |