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

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


Field Summary
 java.lang.Long mContactChangeId
           
 java.lang.Long mGroupOrRelId
           
 java.lang.Long mLocalContactId
           
 java.lang.Long mLocalDetailId
           
 java.lang.Long mServerContactId
           
 java.lang.Long mServerDetailId
           
 ContactDetail.DetailKeys mServerDetailKey
           
 ContactChangeLogTable.ContactChangeType mType
           
 
Constructor Summary
ContactChangeLogTable.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

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

ContactChangeLogTable.ContactChangeInfo

public ContactChangeLogTable.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