Class NotificationToSendDTO
- java.lang.Object
-
- org.silverpeas.mobile.shared.dto.notifications.NotificationToSendDTO
-
- All Implemented Interfaces:
Serializable
public class NotificationToSendDTO extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NotificationToSendDTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NotificationDTOgetNotification()List<BaseDTO>getReceivers()StringgetSubject()voidsetNotification(NotificationDTO notification)voidsetReceivers(List<BaseDTO> receivers)voidsetSubject(String subject)
-
-
-
Method Detail
-
getNotification
public NotificationDTO getNotification()
-
setNotification
public void setNotification(NotificationDTO notification)
-
getSubject
public String getSubject()
-
setSubject
public void setSubject(String subject)
-
-