|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface for JwmaContactGroup implementations. This is the interface any specialized implementation has to expose internal to controllers and models.
Method Summary | |
void |
addContact(JwmaContactImpl contact)
Adds a JwmaContactImpl instance to this contact database. |
boolean |
containsContact(java.lang.String uid)
Tests if this JwmaContactGroupImpl contains a contact with the given unique identifier. |
void |
removeContact(JwmaContactImpl contact)
Removes a JwmaContactImpl instance from this contact database. |
void |
setComments(java.lang.String comments)
Sets the comments about this JwmaContactGroupImpl. |
void |
setName(java.lang.String name)
Sets the name of this JwmaContactGroupImpl. |
Methods inherited from interface dtw.webmail.model.JwmaContactGroup |
getComments, getName, getUID, listContacts |
Method Detail |
public void setName(java.lang.String name)
name
- the name of this group as String.public void setComments(java.lang.String comments)
comments
- the comments about this group as String.public void addContact(JwmaContactImpl contact)
contact
- the JwmaContactImpl to be added.public void removeContact(JwmaContactImpl contact)
contact
- the JwmaContactImpl to be removed.public boolean containsContact(java.lang.String uid)
uid
- a unique identifier of a contact.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |