this.isbn = isbn; this.title = title; this.author = author;
return author;
// Here we simulate a database lookup if (JSERVLET.getISBN().equals(isbn)) { return JSERVLET; } else if (HOBBIT.getISBN().equals(isbn)) { return HOBBIT; } else { return null; }
return isbn;
return title;