Class Book
java.lang.Object
lt.viko.eif.jguscia.models.Book
Represents a single book entity mapped from the XML structure.
This class is used by JAXB to convert XML data into a Java object (POJO).
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
id
public int idUnique identifier of the book -
title
Title of the book -
genres
-
-
Constructor Details
-
Book
public Book()
-