Guest User

Untitled

a guest
May 25th, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. Book aBook = new Book();
  2. aBook.setTitle("Switching to the Mac: The Missing Manual, Leopard Edition");
  3. aBook.setPublisher("O'Reilly Media / Pogue Press");
  4. aBook.setIssueDate("2008-02-26");
  5. // And so on...
Add Comment
Please, Sign In to add comment