public class ScriptWriter extends BiographyItem
Person
object, and describes a movie for
which that person wrote the screenplay or story. ScriptWriter is a subclass of
BiographyItem
, so all of the notes there apply. ScriptWriter extends
BiographyItem
with information about the order in which the writers
are credited, for which there are
quite specific and
complex rules reflecting collaborations and level of contribution.
When you look at a Movie
object, the writers of that movie are
given as a list of CreditWriter
objects. So CreditWriter
is
like ScriptWriter
, but in the opposite direction (from a movie to a
person).
Constructor and Description |
---|
ScriptWriter() |
Modifier and Type | Method and Description |
---|---|
Integer |
getGroupOrder()
Gets the second part of the order triple.
|
Integer |
getLineOrder()
Gets the first part of the order triple.
|
Integer |
getSubgroupOrder()
Gets the third part of the order triple.
|
getMovieId, getNote, getTitle, toString
Copyright © 2017. All rights reserved.