|
Nuxeo Enterprise Platform 5.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.nuxeo.cm.mailbox.MailingListImpl
public class MailingListImpl
| Constructor Summary | |
|---|---|
MailingListImpl(Map<String,Serializable> mlDoc)
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MailingListImpl(Map<String,Serializable> mlDoc)
| Method Detail |
|---|
public String getDescription()
getDescription in interface MailingListpublic String getId()
MailingList
getId in interface MailingListpublic List<String> getMailboxIds()
MailingList
getMailboxIds in interface MailingListpublic String getTitle()
MailingList
getTitle in interface MailingListpublic void setDescription(String descr)
MailingList
setDescription in interface MailingListpublic void setId(String id)
MailingList
setId in interface MailingListpublic void setMailboxIds(List<String> mailboxes)
MailingList
setMailboxIds in interface MailingListpublic void setTitle(String title)
MailingList
setTitle in interface MailingListpublic Map<String,Serializable> getMap()
MailingList
getMap in interface MailingList
|
Nuxeo Enterprise Platform 5.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||