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 NotificationDTO
getNotification()
List<BaseDTO>
getReceivers()
String
getSubject()
void
setNotification(NotificationDTO notification)
void
setReceivers(List<BaseDTO> receivers)
void
setSubject(String subject)
-
-
-
Method Detail
-
getNotification
public NotificationDTO getNotification()
-
setNotification
public void setNotification(NotificationDTO notification)
-
getSubject
public String getSubject()
-
setSubject
public void setSubject(String subject)
-
-