com.vodafone360.people.database.tables
Class NativeChangeLogTable.ContactChangeInfo
java.lang.Object
com.vodafone360.people.database.tables.NativeChangeLogTable.ContactChangeInfo
- Enclosing class:
- NativeChangeLogTable
public static class NativeChangeLogTable.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 |
mNativeChangeId
public java.lang.Long mNativeChangeId
mType
public NativeChangeLogTable.ContactChangeType mType
mLocalContactId
public java.lang.Long mLocalContactId
mNativeContactId
public java.lang.Integer mNativeContactId
mLocalDetailId
public java.lang.Long mLocalDetailId
mNativeDetailId
public java.lang.Integer mNativeDetailId
mDetailKey
public ContactDetail.DetailKeys mDetailKey
NativeChangeLogTable.ContactChangeInfo
public NativeChangeLogTable.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