Skip to content

Instantly share code, notes, and snippets.

@cosbor11
Last active September 27, 2015 02:23
Show Gist options
  • Save cosbor11/5149b1db96b0ad9b68ee to your computer and use it in GitHub Desktop.
Save cosbor11/5149b1db96b0ad9b68ee to your computer and use it in GitHub Desktop.
onyx set entity attributes
Person person1 = new Person();
person1.setFirstName("John");
person1.setLastName("Elway");
person1.setDateCreated(new Date());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment