public class MailingListImpl extends Object implements MailingList
| Constructor and Description |
|---|
MailingListImpl(Map<String,Serializable> mlDoc) |
| 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.
|
public MailingListImpl(Map<String,Serializable> mlDoc)
public String getDescription()
getDescription in interface MailingListpublic String getId()
MailingListgetId in interface MailingListpublic List<String> getMailboxIds()
MailingListgetMailboxIds in interface MailingListpublic String getTitle()
MailingListgetTitle in interface MailingListpublic void setDescription(String descr)
MailingListsetDescription in interface MailingListpublic void setId(String id)
MailingListsetId in interface MailingListpublic void setMailboxIds(List<String> mailboxes)
MailingListsetMailboxIds in interface MailingListpublic void setTitle(String title)
MailingListsetTitle in interface MailingListpublic Map<String,Serializable> getMap()
MailingListgetMap in interface MailingListCopyright © 2013 Nuxeo SA. All Rights Reserved.