This class represent all the information of a book. The XML Element can contain a lot of different sub-element.

  • Title: NSString the title of the book
  • Genre: NSString the genres of the book. To return multiple Genres you can putting more than a Genre element (ex <Genre>Genre1</Genre> <Genre>Genre2</Genre>) or in the same element you can divide different Genres with "; " (; and a space character) (ex <Genre>Genre1; Genre2</Genre>).
  • Rating: NSString. the age ranking of the book
  • Author: NSString the Authors of the book. To return multiple Authors you can putting more than a Author element (ex <Author>Author1</Author> <Author>Author2</Author>) or in the same element you can divide different Authors with "; " (; and a space character) (ex <Author>Author1; Author2</Author>).
  • Illustrator: NSString the illustrators of the book. To return multiple Illustrators you can putting more than a Illustrator element (ex <Illustrator>Illustrator1</Illustrator> <Illustrator>Illustrator2</Illustrator>) or in the same element you can divide different Illustrators with "; " (; and a space character) (ex <Illustrator>Illustrator1; Illustrator2</Illustrator>).
  • Translator: NSString the Translators of the book. To return multiple Translators you can putting more than a Translator element (ex <Translator>Translator1</Translator> <Translator>Translator2</Translator>) or in the same element you can divide different Translators with "; " (; and a space character) (ex <Translator>Translator1; Translator2</Translator>).
  • Editor: NSString the of the book. To return multiple Editors you can putting more than a Editor element (ex <Editor>Editor1</Editor> <Editor>Editor2</Editor>) or in the same element you can divide different Editors with "; " (; and a space character) (ex <Editor>Editor1; Editor2</Editor>).
  • Languages: NSString the languages of the book. To return multiple Languagess you can putting more than a Languages element (ex <Languages>Languages1</Languages> <Languages>Languages2</Languages>) or in the same element you can divide different Languagess with "; " (; and a space character) (ex <Languages>Languages1; Languages2</Languages>).
  • ISBN: NSString. International Standard Book Number
  • Summary: NSString The summary of the item
  • Tags: NSString the tags or keywords used to quickly find movies
  • Location: NSString. Where your book is saved or kept (can’t be used by Auto complete plug-ins)
  • Collection: NSString the collection of the book
  • Format: NSString the format of the book (ex Hard Cover, paper back…)
  • Release: NSString the date when the game has been (or will be) released. Saved with format YYYY-MM-DD.
  • DateAcquired: NSString the date when you get the item. Saved with format YYYY-MM-DD. (can’t be used by Auto complete plug-ins)
  • PublishDate: NSString the date when the book was published. Saved with format YYYY-MM-DD.
  • PublishPlace: NSString theplace hwere the book was published.
  • ASIN: NSString the id of the game in the Amazon Engine
  • PersonalId: NSString the personal identification code you give to the movie (can’t be used by Auto complete plug-ins)
  • VoteRating: NSString your personal rating on the book. The String can contains from 0 to 5 "Star" character. (can’t be used by Auto complete plug-ins)
  • DatabaseId: NSString a string that identify the item in the database. (can’t be used by Auto complete plug-ins)
  • CoverImageURL: NSString thru url of the cover. (Can be used only be auto complete plug-ins).
  • Length: NSString the number of pages of the book
  • LastTimeRead: NSString the date when you read the book. Saved with format YYYY-MM-DD. (can’t be used by Auto complete plug-ins)
  • Status: NSNumber. The stutus of the book can have 5 values: "0" that correspond to UnRead, "1" that correspond to "To Read", "2" that correspond to Reading, "3" that correspond to "Unfinished","4" that correspond to "Finished". (Autocomplete plug-ins can’t use it)
  • DateModified: NSString the date when you modified the item informations. Saved with format: YYYY-MM-DD HH:MM ±HHMM (can’t be used by Auto complete plug-ins)
  • IsInWishlist: NSString the book is part of one of the item in wishlist? Can have only 2 values YES and NO. (can’t be used by Auto complete plug-ins)
  • Lending: can contains multiple value of Lending Class (can’t be used by Autocomplete plug-ins)
  • Link: can contains multiple value of Link Class
  • You can add any additional key. Beware that the name of the key can’t contain spaces, you can replace them with underscrore, Book Hunter will replace underscore with space before presenting the data to the user.

<Book DatabaseId="91D840CC-3491-4F2C-9DED-B09ADBCB68AE">
 <DateModified>2009-07-06 14:34 +0200</DateModified>
 <DateAcquired>2009-02-01</DateAcquired>
 <Genre>Thriller</Genre>
 <IsInWishlist>NO</IsInWishlist>
 <Location>Joel's Shelf</Location>
 <Summary>Washington. Un senzatetto si avvicina a Grayson Pierce, allunga una mano... e muore, colpito alla schiena da un proiettile sparato da un cecchino. Perché quell'uomo non voleva chiedere l'elemosina, ma consegnare all'agente della Sigma un piccolo oggetto: un'antica moneta greca raffigurante il tempio dell'Oracolo di Delfi. Indagando sulla vittima, Gray e la sua squadra scoprono che quell'enigmatico reperto è la chiave per far luce su un misterioso esperimento avviato dai nazisti e proseguito nel massimo riserbo durante la Guerra Fredda sia negli Stati Uniti sia in Unione Sovietica. Forse un'equipe di scienziati russi ha individuato un modo per manipolare e potenziare le facoltà intellettive di alcuni bambini autistici, trasformandoli così in soggetti dotati di capacità straordinarie ma, allo stesso tempo, molto pericolose. E quando una bambina si presenta inspiegabilmente in un rifugio segreto della Sigma, quei sospetti diventano realtà... Celjabinsk, Russia. Un uomo si sveglia senza ricordare nulla del proprio passato. Sa soltanto di essere prigioniero in un laboratorio sotterraneo. Confuso e atterrito, viene inaspettatamente liberato da tre bambini, che lo implorano di condurli lontano da lì. Durante una fuga rocambolesca, l'uomo apprende che è in atto un progetto spaventoso: un piano che deve essere fermato anche a costo di sacrificare la propria vita e quella dei bambini...</Summary>
 <Title>L'ultimo oracolo</Title>
 <DatabaseId>91D840CC-3491-4F2C-9DED-B09ADBCB68AE</DatabaseId>
 <VoteRating>☆☆☆☆☆</VoteRating>
 <Author>Rollins James</Author>
 <Collection>Narrativa Nord</Collection>
 <Editor>Nord</Editor>
 <Format>rilegato</Format>
 <LastTimeRead>2009-02-09</LastTimeRead>
 <Length>460 p.</Length>
 <PublishDate>2009-02-01</PublishDate>
 <Status>4</Status>
 <Translator>Gasperi G. P.</Translator>
 <Code>1</Code>
 <Link>
  <LinkURL>http://www.ibs.it/code/9788842915928/rollins-james/ultimo-oracolo.html</LinkURL>
  <LinkName>IBS Details Page</LinkName>
 </Link>
</Book>