Skip to content

Instantly share code, notes, and snippets.

@AkshayChordiya
Created July 5, 2017 15:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AkshayChordiya/11a404c30cfab4723a44ae6f46bb79ee to your computer and use it in GitHub Desktop.
Save AkshayChordiya/11a404c30cfab4723a44ae6f46bb79ee to your computer and use it in GitHub Desktop.
Person setter
Person person = new Person();
person.setName("Tony Stark");
person.setAge(52);
// More such stuff
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment