public class Book extends Object
Book()
Book(String author, String title)
boolean
equals(Object o)
String
getAuthor()
getTitle()
int
hashCode()
void
setAuthor(String author)
setTitle(String title)
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
public Book()
public Book(String author, String title)
public String getAuthor()
public void setAuthor(String author)
public String getTitle()
public void setTitle(String title)
public boolean equals(Object o)
equals
Object
public int hashCode()
hashCode