|
Nuxeo Enterprise Platform 5.4 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MailingList
A named set of mailboxes.
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. |
Method Detail |
---|
String getId()
void setId(String id)
String getTitle()
void setTitle(String title)
String getDescription()
void setDescription(String descr)
descr
- List<String> getMailboxIds()
void setMailboxIds(List<String> mailboxes)
mailboxes
- Map<String,Serializable> getMap()
|
Nuxeo Enterprise Platform 5.4 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |