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 String
getDate()
String
getLink()
String
getSource()
String
getTitle()
void
setDate(String date)
void
setLink(String link)
void
setSource(String source)
void
setTitle(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)
-
-