corny.addressbook.data
Interface Record

All Known Implementing Classes:
Contact, Group

public interface Record

Interface for Address Book Records (Groups and Contacts).

Author:
Corny

Method Summary
 java.util.Set<Group> getParentGroups()
           
 java.lang.String getUID()
           
 void initializeWith(Record o)
          Re-Initialized a Record with the data of another Record.
 

Method Detail

getUID

java.lang.String getUID()
Returns:
The Record's unique ID

getParentGroups

java.util.Set<Group> getParentGroups()
Returns:
The Record's parent Groups

initializeWith

void initializeWith(Record o)
Re-Initialized a Record with the data of another Record.

Parameters:
o - Record to take data from