Class NotificationSendedDTO
- java.lang.Object
-
- org.silverpeas.mobile.shared.dto.notifications.NotificationBoxDTO
-
- org.silverpeas.mobile.shared.dto.notifications.NotificationSendedDTO
-
- All Implemented Interfaces:
Serializable
public class NotificationSendedDTO extends NotificationBoxDTO implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NotificationSendedDTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDate()StringgetLink()StringgetSource()StringgetTitle()voidsetDate(String date)voidsetLink(String link)voidsetSource(String source)voidsetTitle(String title)-
Methods inherited from class org.silverpeas.mobile.shared.dto.notifications.NotificationBoxDTO
getIdNotif, isSended, setIdNotif, setSended
-
-
-
-
Method Detail
-
getDate
public String getDate()
-
setDate
public void setDate(String date)
-
getLink
public String getLink()
-
setLink
public void setLink(String link)
-
getTitle
public String getTitle()
-
setTitle
public void setTitle(String title)
-
getSource
public String getSource()
-
setSource
public void setSource(String source)
-
-