Skip to content

Instantly share code, notes, and snippets.

@kendall
Created May 7, 2010 15:23
Show Gist options
  • Save kendall/393559 to your computer and use it in GitHub Desktop.
Save kendall/393559 to your computer and use it in GitHub Desktop.
Book aBook = new Book();
aBook.setTitle("Switching to the Mac: The Missing Manual, Leopard Edition");
aBook.setPublisher("O'Reilly Media / Pogue Press");
aBook.setIssueDate("2008-02-26");
// And so on...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment