-
Notifications
You must be signed in to change notification settings - Fork 18
models.ContactItem
Vikramaditya Kukreja edited this page Jan 29, 2017
·
1 revision
package com.csatimes.dojma.models.ContactItem
extends RealmObject
access public
@Index private String type;
private String name;
private String number;
private String email;
private String sub1;
private String sub2;
private String icon;
private int id;
Notes:
-
sub1
andsub2
are extra data associated with a contact. eg: office no. etc - getters and setters are used to acces the fields
Mobile Applications Club