| Contact | Donate | Imprint |
| EditorialArticleTitle | TitleModule | Imdb |
| Property | Type | Entity | Reference | Module |
| (1) EditorialArticle | LONG | EditorialArticleTitle | EditorialArticle | EditorialArticleModule |
| (2) Position | LONG | EditorialArticleTitle | ||
| (3) Title | LONG | EditorialArticleTitle | Title | TitleModule |
Example:
final EditorialArticleTitle editorialarticletitle = (EditorialArticleTitle) invokeModule(TITLE_MODULE + "/editorialarticletitle/" + id, EditorialArticleTitle.class);| Genre | TitleModule | Imdb |
| Property | Type | Entity | Reference | Module |
| (1) Description | STRING | Genre | ||
| (2) Name | STRING | Genre |
Example:
final Genre genre = (Genre) invokeModule(TITLE_MODULE + "/genre/" + id, Genre.class);| Title | TitleModule | Imdb |
| Property | Type | Entity | Reference | Module |
| (1) AverageRating | STRING | Title | ||
| (2) EndYear | INT | Title | ||
| (3) IsAdult | BOOL | Title | ||
| (4) NumVotes | LONG | Title | ||
| (5) OriginalTitle | STRING | Title | ||
| (6) PlotSummary | STRING | Title | ||
| (7) PosterUrl | STRING | Title | ||
| (8) PrimaryTitle | STRING | Title | ||
| (9) ReleaseDate | DATE | Title | ||
| (10) RuntimeMinutes | LONG | Title | ||
| (11) StartYear | INT | Title | ||
| (12) Storyline | STRING | Title | ||
| (13) Tagline | STRING | Title | ||
| (14) TitleType | LONG | Title | TitleType | EditorialArticleModule |
Example:
final Title title = (Title) invokeModule(TITLE_MODULE + "/title/" + id, Title.class);| TitleCompany | TitleModule | Imdb |
| Property | Type | Entity | Reference | Module |
| (1) Company | LONG | TitleCompany | Company | CountryModule |
| (2) Role | STRING | TitleCompany | ||
| (3) Title | LONG | TitleCompany | Title | TitleModule |
Example:
final TitleCompany titlecompany = (TitleCompany) invokeModule(TITLE_MODULE + "/titlecompany/" + id, TitleCompany.class);| TitleGenre | TitleModule | Imdb |
| Property | Type | Entity | Reference | Module |
| (1) Genre | LONG | TitleGenre | Genre | TitleModule |
| (2) Title | LONG | TitleGenre | Title | TitleModule |
Example:
final TitleGenre titlegenre = (TitleGenre) invokeModule(TITLE_MODULE + "/titlegenre/" + id, TitleGenre.class);| Contact | Donate | Imprint |