public interface MailingList extends Serializable
Modifier and Type | Method and Description |
---|---|
String |
getDescription() |
String |
getId()
Returns this mailing list id.
|
List<String> |
getMailboxIds()
Gets the id list of mailboxes of this list.
|
Map<String,Serializable> |
getMap()
Gets the complete property map.
|
String |
getTitle()
Returns title of the mailing list.
|
void |
setDescription(String descr)
Updates the description of this mailing list.
|
void |
setId(String id)
Sets id of the mailing list.
|
void |
setMailboxIds(List<String> mailboxes)
Sets the list of mailboxes of this list.
|
void |
setTitle(String title)
Sets title of the mailing list.
|
String getId()
void setId(String id)
String getTitle()
void setTitle(String title)
String getDescription()
void setDescription(String descr)
descr
- void setMailboxIds(List<String> mailboxes)
mailboxes
- Map<String,Serializable> getMap()
Copyright © 2011 Nuxeo SA. All Rights Reserved.