Nuxeo Enterprise Platform 5.4

org.nuxeo.cm.mailbox
Class MailingListImpl

java.lang.Object
  extended by org.nuxeo.cm.mailbox.MailingListImpl
All Implemented Interfaces:
Serializable, MailingList

public class MailingListImpl
extends Object
implements MailingList

Since:
1.7
See Also:
Serialized Form

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

MailingListImpl

public MailingListImpl(Map<String,Serializable> mlDoc)
Method Detail

getDescription

public String getDescription()
Specified by:
getDescription in interface MailingList
Returns:
the description

getId

public String getId()
Description copied from interface: MailingList
Returns this mailing list id.

Specified by:
getId in interface MailingList

getMailboxIds

public List<String> getMailboxIds()
Description copied from interface: MailingList
Gets the id list of mailboxes of this list.

Specified by:
getMailboxIds in interface MailingList

getTitle

public String getTitle()
Description copied from interface: MailingList
Returns title of the mailing list.

Specified by:
getTitle in interface MailingList

setDescription

public void setDescription(String descr)
Description copied from interface: MailingList
Updates the description of this mailing list.

Specified by:
setDescription in interface MailingList

setId

public void setId(String id)
Description copied from interface: MailingList
Sets id of the mailing list.

Specified by:
setId in interface MailingList

setMailboxIds

public void setMailboxIds(List<String> mailboxes)
Description copied from interface: MailingList
Sets the list of mailboxes of this list.

Specified by:
setMailboxIds in interface MailingList

setTitle

public void setTitle(String title)
Description copied from interface: MailingList
Sets title of the mailing list.

Specified by:
setTitle in interface MailingList

getMap

public Map<String,Serializable> getMap()
Description copied from interface: MailingList
Gets the complete property map.

Specified by:
getMap in interface MailingList

Nuxeo Enterprise Platform 5.4

Copyright © 2011 Nuxeo SAS. All Rights Reserved.