public class Book extends Object
Book()
String
getAuthor()
getIsbn()
getTitle()
void
setAuthor(String author)
setTitle(String title)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Book()
public String getTitle()
public void setTitle(String title)
public String getAuthor()
public void setAuthor(String author)
public String getIsbn()
Copyright © 2015. All Rights Reserved.