Package | Description |
---|---|
org.stanwood.media.model | |
org.stanwood.media.store.xmlstore |
Modifier and Type | Method and Description |
---|---|
java.util.List<Chapter> |
IFilm.getChapters()
Used to get the chapters of the film
|
java.util.List<Chapter> |
Film.getChapters()
Used to get the chapters of the film
|
Modifier and Type | Method and Description |
---|---|
void |
IFilm.addChapter(Chapter chapter)
Used to add a chapter to the film
|
void |
Film.addChapter(Chapter chapter)
Used to add a chapter to the film
|
Modifier and Type | Method and Description |
---|---|
void |
IFilm.setChapters(java.util.List<Chapter> chapters)
Used to set the chapter information for the film
|
void |
Film.setChapters(java.util.List<Chapter> chapters)
Used to set the chapter information for the film
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Chapter> |
XMLFilm.getChapters()
Used to get the chapters of the film
|
Modifier and Type | Method and Description |
---|---|
void |
XMLFilm.addChapter(Chapter chapter)
Used to add a chapter to the film
|
Modifier and Type | Method and Description |
---|---|
void |
XMLFilm.setChapters(java.util.List<Chapter> chapters)
Used to set the chapter information for the film
|