Skip to content

Instantly share code, notes, and snippets.

@uris77
Created February 10, 2012 04:11
Show Gist options
  • Save uris77/1786527 to your computer and use it in GitHub Desktop.
Save uris77/1786527 to your computer and use it in GitHub Desktop.
Hospital Domain Class
class Hospital{
String name
String address
Municipality municipality
District district
Country country //defaults to Belize
String phone1
String phone2
String phone3
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment