com.vodafone360.people.database.tables
Class ContactGroupsTable.ContactGroup

java.lang.Object
  extended by com.vodafone360.people.database.tables.ContactGroupsTable.ContactGroup
Enclosing class:
ContactGroupsTable

private static class ContactGroupsTable.ContactGroup
extends java.lang.Object

Represents the data stored in a record


Field Summary
private  java.lang.Long mLocalContactId
          The local contact ID from Contacts table
private  java.lang.Long mZybGroupId
          The server group ID
 
Constructor Summary
private ContactGroupsTable.ContactGroup()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mLocalContactId

private java.lang.Long mLocalContactId
The local contact ID from Contacts table


mZybGroupId

private java.lang.Long mZybGroupId
The server group ID

Constructor Detail

ContactGroupsTable.ContactGroup

private ContactGroupsTable.ContactGroup()


JavaDoc