|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--net.wimpi.pim.util.AbstractIdentifiable
|
+--net.wimpi.pim.contact.db.serializable.ContactDatabaseImpl
Class representing a serializable ContactDatabase. implementation.
| Field Summary | |
protected ContactCollection |
m_ContactCollection
|
protected ContactGroupCollection |
m_ContactGroupCollection
|
protected Contact |
m_Owner
|
| Constructor Summary | |
ContactDatabaseImpl()
|
|
| Method Summary | |
ContactGroup |
createContactGroup()
Creates and returns a new ContactGroup instance. |
ContactCollection |
getContactCollection()
Returns the collection of contacts stored in this ContactDatabase. |
ContactGroupCollection |
getContactGroupCollection()
Returns the collection of contact groups stored in this ContactDatabase. |
Contact |
getOwner()
Returns the owner of this ContactDatabase. |
void |
setOwner(Contact contact)
Sets the owner of this ContactDatabase. |
| Methods inherited from class net.wimpi.pim.util.AbstractIdentifiable |
equals, getUID, setUID |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface net.wimpi.pim.util.Identifiable |
getUID |
| Field Detail |
protected ContactCollection m_ContactCollection
protected ContactGroupCollection m_ContactGroupCollection
protected Contact m_Owner
| Constructor Detail |
public ContactDatabaseImpl()
| Method Detail |
public Contact getOwner()
ContactDatabase
getOwner in interface ContactDatabasepublic void setOwner(Contact contact)
ContactDatabase
setOwner in interface ContactDatabasecontact - the owner as Contact.public ContactCollection getContactCollection()
ContactDatabase
getContactCollection in interface ContactDatabasepublic ContactGroupCollection getContactGroupCollection()
ContactDatabase
getContactGroupCollection in interface ContactDatabasepublic ContactGroup createContactGroup()
ContactDatabase
createContactGroup in interface ContactDatabase
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||