iText 5

iText in Action: Pojo classes film database

These are some Pojo that can be used in combination with the movie database. These examples were written in the context of the book "iText in Action - Second Edition".


movie

##GITHUB:https://github.com/itext/i5js-book/blob/master/src/com/lowagie/filmfestival/Movie.java##

##GITHUB:https://github.com/itext/i5ns-book/blob/master/iTextExamplesWeb/iTextExamplesWeb/iTextInAction2Ed/Intro_1_2/Movie.cs##


director

##GITHUB:https://github.com/itext/i5js-book/blob/master/src/com/lowagie/filmfestival/Director.java##

##GITHUB:https://github.com/itext/i5ns-book/blob/master/iTextExamplesWeb/iTextExamplesWeb/iTextInAction2Ed/Intro_1_2/Director.cs##


country

##GITHUB:https://github.com/itext/i5js-book/blob/master/src/com/lowagie/filmfestival/Country.java##

##GITHUB:https://github.com/itext/i5ns-book/blob/master/iTextExamplesWeb/iTextExamplesWeb/iTextInAction2Ed/Intro_1_2/Country.cs##


entry

##GITHUB:https://github.com/itext/i5js-book/blob/master/src/com/lowagie/filmfestival/Entry.java##

##GITHUB:https://github.com/itext/i5ns-book/blob/master/iTextExamplesWeb/iTextExamplesWeb/iTextInAction2Ed/Intro_1_2/Entry.cs##


category

##GITHUB:https://github.com/itext/i5js-book/blob/master/src/com/lowagie/filmfestival/Category.java##

##GITHUB:https://github.com/itext/i5ns-book/blob/master/iTextExamplesWeb/iTextExamplesWeb/iTextInAction2Ed/Intro_1_2/Category.cs##


screening

##GITHUB:https://github.com/itext/i5js-book/blob/master/src/com/lowagie/filmfestival/Screening.java##

##GITHUB:https://github.com/itext/i5ns-book/blob/master/iTextExamplesWeb/iTextExamplesWeb/iTextInAction2Ed/Intro_1_2/Screening.cs##


pojofactory

##GITHUB:https://github.com/itext/i5js-book/blob/master/src/com/lowagie/filmfestival/PojoFactory.java##

##GITHUB:https://github.com/itext/i5ns-book/blob/master/iTextExamplesWeb/iTextExamplesWeb/iTextInAction2Ed/Intro_1_2/PojoFactory.cs##


filmfonts

##GITHUB:https://github.com/itext/i5js-book/blob/master/src/com/lowagie/filmfestival/FilmFonts.java##

##GITHUB:https://github.com/itext/i5ns-book/blob/master/iTextExamplesWeb/iTextExamplesWeb/iTextInAction2Ed/Intro_1_2/FilmFonts.cs##


pojotoelementfactory

##GITHUB:https://github.com/itext/i5js-book/blob/master/src/com/lowagie/filmfestival/PojoToElementFactory.java##

##GITHUB:https://github.com/itext/i5ns-book/blob/master/iTextExamplesWeb/iTextExamplesWeb/iTextInAction2Ed/Intro_1_2/PojoToElementFactory.cs##

moviecomparator

##GITHUB:https://github.com/itext/i5js-book/blob/master/src/com/lowagie/filmfestival/MovieComparator.java##