Skip to content

Instantly share code, notes, and snippets.

@PondThaitay
Last active February 7, 2017 13:50
Show Gist options
  • Save PondThaitay/622f014af16830a8d2a4402563ecd8a3 to your computer and use it in GitHub Desktop.
Save PondThaitay/622f014af16830a8d2a4402563ecd8a3 to your computer and use it in GitHub Desktop.
public class Student extends RealmObject {
@PrimaryKey
private int studentId;
private String firstName;
private String lastName;
private int age;
private String gender;
private String city;
//Create getter and setter
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment