Skip to content

Instantly share code, notes, and snippets.

@cosbor11
Created August 11, 2015 00:26
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 cosbor11/bd4f4d766fca26b04b46 to your computer and use it in GitHub Desktop.
Save cosbor11/bd4f4d766fca26b04b46 to your computer and use it in GitHub Desktop.
onyx create instance of entity
final Person person1 = new Person();
person1.setId("1");
person1.setFirstName("Michael");
person1.setLastName("Jordan");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment