mobi.voiceassistant.client.model
Class Contact

java.lang.Object
  extended by mobi.voiceassistant.client.model.Contact

public class Contact
extends Object

Created with IntelliJ IDEA. User: morfeusys Date: 04.09.12 Time: 12:53


Nested Class Summary
static class Contact.ContactBuilder
           
static class Contact.Phone
           
 
Method Summary
static Contact findById(String id, ContentResolver cr)
           
 ArrayList<String> getEmails()
           
 String getId()
           
 String getName()
           
 ArrayList<Contact.Phone> getPhones()
           
 Uri getPhotoURI()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getId

public String getId()

getName

public String getName()

getEmails

public ArrayList<String> getEmails()

getPhones

public ArrayList<Contact.Phone> getPhones()

getPhotoURI

public Uri getPhotoURI()

findById

public static Contact findById(String id,
                               ContentResolver cr)