@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 ParticipantsList
public String getId()
ParticipantsList
getId
in interface ParticipantsList
public List<String> getMailboxIds()
ParticipantsList
getMailboxIds
in interface ParticipantsList
public String getTitle()
ParticipantsList
getTitle
in interface ParticipantsList
public void setDescription(String descr)
ParticipantsList
setDescription
in interface ParticipantsList
public void setId(String id)
ParticipantsList
setId
in interface ParticipantsList
public void setMailboxIds(List<String> mailboxes)
ParticipantsList
setMailboxIds
in interface ParticipantsList
public void setTitle(String title)
ParticipantsList
setTitle
in interface ParticipantsList
public Map<String,Serializable> getMap()
ParticipantsList
getMap
in interface ParticipantsList
Copyright © 2011 Nuxeo SA. All Rights Reserved.