Skip to content

Instantly share code, notes, and snippets.

@adrianobrito
Created April 24, 2015 18:43
Show Gist options
  • Save adrianobrito/225265d4ac9499815ffa to your computer and use it in GitHub Desktop.
Save adrianobrito/225265d4ac9499815ffa to your computer and use it in GitHub Desktop.
Person Class
public class Person{
private Integer id;
private String name;
private Integer weight;
// getters and setters
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment