Class SharingNotificationVO
- java.lang.Object
-
- org.silverpeas.core.web.sharing.bean.SharingNotificationVO
-
public class SharingNotificationVO extends Object
-
-
Constructor Summary
Constructors Constructor Description SharingNotificationVO(String selectedUsers, String externalEmails, String additionalMessage, String attachmentUrl)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAdditionalMessage()
String
getAttachmentUrl()
String
getExternalEmails()
String
getSelectedUsers()
-
-
-
Constructor Detail
-
SharingNotificationVO
public SharingNotificationVO(String selectedUsers, String externalEmails, String additionalMessage, String attachmentUrl)
- Parameters:
selectedUsers
- list of selected users separated by commaexternalEmails
- list of external emails separated by commaadditionalMessage
- an additional message
-
-
Method Detail
-
getSelectedUsers
public String getSelectedUsers()
- Returns:
- the selectedUsers
-
getExternalEmails
public String getExternalEmails()
- Returns:
- the externalEmails
-
getAdditionalMessage
public String getAdditionalMessage()
- Returns:
- the additionalMessage
-
getAttachmentUrl
public String getAttachmentUrl()
- Returns:
- the attachmentUrl
-
-