public class Book extends Object implements Serializable
Book()
boolean
equals(Object obj)
Author
getAuthor()
int
getId()
String
getTitle()
hashCode()
void
setAuthor(Author author)
setId(int id)
setTitle(String title)
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
public Book()
public int getId()
public void setId(int id)
public String getTitle()
public void setTitle(String title)
public Author getAuthor()
public void setAuthor(Author author)
public int hashCode()
hashCode
Object
public boolean equals(Object obj)
equals
Copyright © 2015. All rights reserved.