com.vodafone360.people.database.tables
Class ContactChangeLogTable.ContactChangeInfo
java.lang.Object
com.vodafone360.people.database.tables.ContactChangeLogTable.ContactChangeInfo
- Enclosing class:
- ContactChangeLogTable
public static class ContactChangeLogTable.ContactChangeInfo
- extends java.lang.Object
Wraps up the data present in the change log table
Method Summary |
java.lang.String |
toString()
Converts the encapsulated data into a string that can be displayed
for debug purposes. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
mContactChangeId
public java.lang.Long mContactChangeId
mType
public ContactChangeLogTable.ContactChangeType mType
mLocalContactId
public java.lang.Long mLocalContactId
mServerContactId
public java.lang.Long mServerContactId
mLocalDetailId
public java.lang.Long mLocalDetailId
mServerDetailKey
public ContactDetail.DetailKeys mServerDetailKey
mServerDetailId
public java.lang.Long mServerDetailId
mGroupOrRelId
public java.lang.Long mGroupOrRelId
ContactChangeLogTable.ContactChangeInfo
public ContactChangeLogTable.ContactChangeInfo()
toString
public java.lang.String toString()
- Converts the encapsulated data into a string that can be displayed
for debug purposes.
- Overrides:
toString
in class java.lang.Object
JavaDoc