Class Book

java.lang.Object
  extended by LibraryItem
      extended by PrintedItem
          extended by Book

public class Book
extends PrintedItem


Constructor Summary
Book()
          Constructor for objects of class Book
 
Method Summary
 void printDetails()
           
 void readItemData(java.util.Scanner detailScanner)
           
 
Methods inherited from class PrintedItem
getNoOfPages, getPublisher, setNoOfPages, setPublisher
 
Methods inherited from class LibraryItem
getCost, getItemCode, getOnLoan, getTimesBorrowed, getTitle, setCost, setItemCode, setOnLoan, setTimesBorrowed, setTitle
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Book

public Book()
Constructor for objects of class Book

Method Detail

printDetails

public void printDetails()
Overrides:
printDetails in class LibraryItem

readItemData

public void readItemData(java.util.Scanner detailScanner)
Overrides:
readItemData in class PrintedItem