Class NotificationBoxDTO
- java.lang.Object
-
- org.silverpeas.mobile.shared.dto.notifications.NotificationBoxDTO
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
NotificationReceivedDTO
,NotificationSendedDTO
public class NotificationBoxDTO extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NotificationBoxDTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getIdNotif()
boolean
isSended()
void
setIdNotif(long idNotif)
protected void
setSended(boolean sended)
-