|
Nuxeo Enterprise Platform 5.4 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.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 MailingList
public String getId()
MailingList
getId
in interface MailingList
public List<String> getMailboxIds()
MailingList
getMailboxIds
in interface MailingList
public String getTitle()
MailingList
getTitle
in interface MailingList
public void setDescription(String descr)
MailingList
setDescription
in interface MailingList
public void setId(String id)
MailingList
setId
in interface MailingList
public void setMailboxIds(List<String> mailboxes)
MailingList
setMailboxIds
in interface MailingList
public void setTitle(String title)
MailingList
setTitle
in interface MailingList
public 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 |