Package org.cxbox.notifications.dto
Class NotificationDTO_
- java.lang.Object
-
- org.cxbox.api.data.dto.DataResponseDTO_
-
- org.cxbox.notifications.dto.NotificationDTO_
-
- Direct Known Subclasses:
NotificationCtrlDTO_
public class NotificationDTO_ extends org.cxbox.api.data.dto.DataResponseDTO_
-
-
Field Summary
Fields Modifier and Type Field Description static org.cxbox.constgen.DtoField<NotificationDTO,LocalDateTime>createdDatestatic org.cxbox.constgen.DtoField<NotificationDTO,String>messagestatic org.cxbox.constgen.DtoField<NotificationDTO,String>mimeTypestatic org.cxbox.constgen.DtoField<NotificationDTO,Boolean>readstatic org.cxbox.constgen.DtoField<NotificationDTO,Long>recipientIdstatic org.cxbox.constgen.DtoField<NotificationDTO,String>subjectstatic org.cxbox.constgen.DtoField<NotificationDTO,String>url
-
Constructor Summary
Constructors Constructor Description NotificationDTO_()
-
-
-
Field Detail
-
createdDate
public static final org.cxbox.constgen.DtoField<NotificationDTO,LocalDateTime> createdDate
-
message
public static final org.cxbox.constgen.DtoField<NotificationDTO,String> message
-
mimeType
public static final org.cxbox.constgen.DtoField<NotificationDTO,String> mimeType
-
read
public static final org.cxbox.constgen.DtoField<NotificationDTO,Boolean> read
-
recipientId
public static final org.cxbox.constgen.DtoField<NotificationDTO,Long> recipientId
-
subject
public static final org.cxbox.constgen.DtoField<NotificationDTO,String> subject
-
url
public static final org.cxbox.constgen.DtoField<NotificationDTO,String> url
-
-