org.silverpeas.sharing.bean
Class SharingNotificationVO

java.lang.Object
  extended by org.silverpeas.sharing.bean.SharingNotificationVO

public class SharingNotificationVO
extends Object


Constructor Summary
SharingNotificationVO(String selectedUsers, String externalEmails, String additionalMessage, String attachmentUrl)
           
 
Method Summary
 String getAdditionalMessage()
           
 String getAttachmentUrl()
           
 String getExternalEmails()
           
 String getSelectedUsers()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SharingNotificationVO

public SharingNotificationVO(String selectedUsers,
                             String externalEmails,
                             String additionalMessage,
                             String attachmentUrl)
Parameters:
selectedUsers -
externalEmails -
additionalMessage -
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


Copyright © 2016 Silverpeas. All Rights Reserved.