com.vodafone360.people.database.tables
Class NativeChangeLogTable.ContactChangeInfo

java.lang.Object
  extended by 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


Field Summary
 ContactDetail.DetailKeys mDetailKey
           
 java.lang.Long mLocalContactId
           
 java.lang.Long mLocalDetailId
           
 java.lang.Long mNativeChangeId
           
 java.lang.Integer mNativeContactId
           
 java.lang.Integer mNativeDetailId
           
 NativeChangeLogTable.ContactChangeType mType
           
 
Constructor Summary
NativeChangeLogTable.ContactChangeInfo()
           
 
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
 

Field Detail

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
Constructor Detail

NativeChangeLogTable.ContactChangeInfo

public NativeChangeLogTable.ContactChangeInfo()
Method Detail

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