Skip to content

Instantly share code, notes, and snippets.

@uris77
Created February 10, 2012 04:15
Show Gist options
  • Save uris77/1786549 to your computer and use it in GitHub Desktop.
Save uris77/1786549 to your computer and use it in GitHub Desktop.
School domain class
class School{
String name
Street street
Municipality municipality
District district
Country country
String phone1
String phone2
String phone3
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment