Jwma

dtw.webmail.model
Interface JwmaContactGroup

All Known Subinterfaces:
JwmaContactGroupImpl
All Known Implementing Classes:
CastorContactGroup

public interface JwmaContactGroup

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.

Version:
0.9.7 07/02/2003
Author:
Dieter Wimberger

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

getUID

public java.lang.String getUID()
Returns the unique identifier of this JwmaContactGroup.

Returns:
the unique identifier as String.

getName

public java.lang.String getName()
Returns the name of this JwmaContactGroup.

Returns:
the name of this group as String.

getComments

public java.lang.String getComments()
Returns the comments about this JwmaContactGroup.

Returns:
the comments about this group as String.

listContacts

public JwmaContact[] listContacts()
Returns an array of contacts containing all contacts in this contact group.

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.

Returns:
an array of JwmaContact's.

Jwma

Copyright © 2000-2003 jwma team (All Rights Reserved.)