@Deprecated public class ParticipantListImpl extends Object implements ParticipantsList
| Constructor and Description |
|---|
ParticipantListImpl(Map<String,Serializable> mlDoc)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Deprecated.
|
String |
getId()
Deprecated.
Returns this mailing list id.
|
List<String> |
getMailboxIds()
Deprecated.
Gets the id list of mailboxes of this list.
|
Map<String,Serializable> |
getMap()
Deprecated.
Gets the complete property map.
|
String |
getTitle()
Deprecated.
Returns title of the mailing list.
|
void |
setDescription(String descr)
Deprecated.
Updates the description of this mailing list.
|
void |
setId(String id)
Deprecated.
Sets id of the mailing list.
|
void |
setMailboxIds(List<String> mailboxes)
Deprecated.
Sets the list of mailboxes of this list.
|
void |
setTitle(String title)
Deprecated.
Sets title of the mailing list.
|
public ParticipantListImpl(Map<String,Serializable> mlDoc)
public String getDescription()
getDescription in interface ParticipantsListpublic String getId()
ParticipantsListgetId in interface ParticipantsListpublic List<String> getMailboxIds()
ParticipantsListgetMailboxIds in interface ParticipantsListpublic String getTitle()
ParticipantsListgetTitle in interface ParticipantsListpublic void setDescription(String descr)
ParticipantsListsetDescription in interface ParticipantsListpublic void setId(String id)
ParticipantsListsetId in interface ParticipantsListpublic void setMailboxIds(List<String> mailboxes)
ParticipantsListsetMailboxIds in interface ParticipantsListpublic void setTitle(String title)
ParticipantsListsetTitle in interface ParticipantsListpublic Map<String,Serializable> getMap()
ParticipantsListgetMap in interface ParticipantsListCopyright © 2011 Nuxeo SA. All Rights Reserved.