public class Book extends Item
Book()
Book(String title, String author)
getAuthor, getTitle, getXml, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public Book()
public Book(String title, String author)