Class NotificationReceivedDTO
- java.lang.Object
-
- org.silverpeas.mobile.shared.dto.notifications.NotificationBoxDTO
-
- org.silverpeas.mobile.shared.dto.notifications.NotificationReceivedDTO
-
- All Implemented Interfaces:
Serializable
public class NotificationReceivedDTO extends NotificationBoxDTO implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NotificationReceivedDTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAuthor()
String
getDate()
String
getLink()
int
getReaden()
String
getSource()
String
getTitle()
void
setAuthor(String author)
void
setDate(String date)
void
setLink(String link)
void
setReaden(int readen)
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)
-
getAuthor
public String getAuthor()
-
setAuthor
public void setAuthor(String author)
-
getReaden
public int getReaden()
-
setReaden
public void setReaden(int readen)
-
-