Method Summary |
|
public void | addContact(JwmaContactImpl contact) Adds a JwmaContactImpl instance to this
contact database. |
public boolean | containsContact(String uid) Tests if this JwmaContactGroupImpl contains a
contact with the given unique identifier.
Parameters: uid - a unique identifier of a contact. |
public void | removeContact(JwmaContactImpl contact) Removes a JwmaContactImpl instance from this
contact database. |
public void | setComments(String comments) Sets the comments about this JwmaContactGroupImpl. |
public void | setName(String name) Sets the name of this JwmaContactGroupImpl. |