Class NotificationBoxDTO

java.lang.Object
org.silverpeas.mobile.shared.dto.BaseDTO
org.silverpeas.mobile.shared.dto.notifications.NotificationBoxDTO
Direct Known Subclasses:
NotificationReceivedDTO, NotificationSendedDTO

public class NotificationBoxDTO extends BaseDTO
  • 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

      public Object toJSON()
    • fromJSON

      public static NotificationBoxDTO fromJSON(jsinterop.base.JsPropertyMap<Object> json, NotificationBoxDTO dto)