|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.vodafone360.people.database.tables.ContactDetailsTable.NativeIdInfo
public static class ContactDetailsTable.NativeIdInfo
Holds the Native Contact information that is stored in the database for a contact detail. Information is used when matching a contact detail from People with a detail in the Android native phonebook.
Field Summary | |
---|---|
long |
localId
Associated with the primary key (localDetailId) in the People Contact Details table. |
java.lang.Integer |
nativeContactId
Associated with the primary key (_id) in the native People table. |
java.lang.Integer |
nativeDetailId
Associated with the primary key (_id) in the native Phones, ContactMethods or Organizations table (depending on contact detail). |
java.lang.String |
nativeVal1
Detail type specific. |
java.lang.String |
nativeVal2
Detail type specific. |
java.lang.String |
nativeVal3
Detail type specific. |
long |
syncNativeContactId
Can hold one of the following values: NULL Contact has just been added to the database -1 Detail in People database has been synced with the native Positive Integer Detail has been added or changed and needs to be synced to the native. |
Constructor Summary | |
---|---|
ContactDetailsTable.NativeIdInfo()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public long localId
public java.lang.Integer nativeContactId
public java.lang.Integer nativeDetailId
public java.lang.String nativeVal1
public java.lang.String nativeVal2
public java.lang.String nativeVal3
public long syncNativeContactId
Constructor Detail |
---|
public ContactDetailsTable.NativeIdInfo()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
JavaDoc