com.vodafone360.people.database.tables
Class ContactSourceTable.ContactSource

java.lang.Object
  extended by com.vodafone360.people.database.tables.ContactSourceTable.ContactSource
Enclosing class:
ContactSourceTable

private static class ContactSourceTable.ContactSource
extends java.lang.Object

Represents the data stored in a record


Field Summary
private  java.lang.Long mLocalContactId
          The local contact ID which maps to contacts table
private  java.lang.String mSource
          The source string
 
Constructor Summary
private ContactSourceTable.ContactSource()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mLocalContactId

private java.lang.Long mLocalContactId
The local contact ID which maps to contacts table


mSource

private java.lang.String mSource
The source string

Constructor Detail

ContactSourceTable.ContactSource

private ContactSourceTable.ContactSource()


JavaDoc