Skip to content

Instantly share code, notes, and snippets.

@cosbor11
Created October 22, 2015 21:57
Show Gist options
  • Select an option

  • Save cosbor11/73af45b52e38b297906e to your computer and use it in GitHub Desktop.

Select an option

Save cosbor11/73af45b52e38b297906e to your computer and use it in GitHub Desktop.
Sailboat newlyCreatedSailboat = manager.findWithId("NCC1701");
System.out.println("Sailboat " + newlyCreatedSailboat.getName() + " was created with skipper" + newlyCreatedSailboat.getSkipper().getFirstName());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment