Class NotificationBoxDTO
java.lang.Object
org.silverpeas.mobile.shared.dto.BaseDTO
org.silverpeas.mobile.shared.dto.notifications.NotificationBoxDTO
- Direct Known Subclasses:
NotificationReceivedDTO,NotificationSendedDTO
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic NotificationBoxDTOfromJSON(jsinterop.base.JsPropertyMap<Object> json, NotificationBoxDTO dto) longbooleanisSended()voidsetIdNotif(long idNotif) voidsetSended(boolean sended) toJSON()Methods inherited from class org.silverpeas.mobile.shared.dto.BaseDTO
fromSuperJSON, getClassName, getId, setClassName, setId
-
Constructor Details
-
NotificationBoxDTO
public NotificationBoxDTO()
-
-
Method Details
-
getIdNotif
public long getIdNotif() -
setIdNotif
public void setIdNotif(long idNotif) -
isSended
public boolean isSended() -
setSended
public void setSended(boolean sended) -
toJSON
-