|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An interface defining the contract for interaction with the JwmaContactGroup model.
The JwmaContactGroup allows a view programmer to obtain information about the contact group to display items for reading or editing.
Method Summary | |
java.lang.String |
getComments()
Returns the comments about this JwmaContactGroup. |
java.lang.String |
getName()
Returns the name of this JwmaContactGroup. |
java.lang.String |
getUID()
Returns the unique identifier of this JwmaContactGroup. |
JwmaContact[] |
listContacts()
Returns an array of contacts containing all contacts in this contact group. |
Method Detail |
public java.lang.String getUID()
public java.lang.String getName()
public java.lang.String getComments()
public JwmaContact[] listContacts()
If this contact group does not contain any contacts, then this method returns an empty array. Otherwise it contains one JwmaContact for each entry in this contact group.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |