Skip to content

Instantly share code, notes, and snippets.

@dagvadorj
Created September 13, 2012 05:02
Show Gist options
  • Save dagvadorj/3711996 to your computer and use it in GitHub Desktop.
Save dagvadorj/3711996 to your computer and use it in GitHub Desktop.
class Citizen {
private String name;
private Date registrationDate;
private Date birthDate;
private Double income;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment