|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.vodafone360.people.database.tables.ContactsTable.ContactIdInfo
public static class ContactsTable.ContactIdInfo
Contains ID information used to identify a contact. Also used during sync and merge operations.
Field Summary | |
---|---|
long |
localId
Local contact ID (primary key) |
java.lang.Integer |
nativeId
Native contact ID used by native phonebook database (can be null) |
java.lang.Long |
serverId
Server contact ID (can be null) |
boolean |
syncToPhone
True if the contact should be synced to the native phonebook, false otherwise This setting is obtained from the server during sync. |
Constructor Summary | |
---|---|
ContactsTable.ContactIdInfo()
|
Method Summary | |
---|---|
java.lang.String |
toString()
Returns a string representation of this object which should only be used for debug. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public long localId
public java.lang.Long serverId
public java.lang.Integer nativeId
public boolean syncToPhone
Constructor Detail |
---|
public ContactsTable.ContactIdInfo()
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
JavaDoc