Class NotificationTemplateDTO_
- java.lang.Object
-
- org.cxbox.api.data.dto.DataResponseDTO_
-
- org.cxbox.notifications.crudma.dto.NotificationTemplateDTO_
-
public class NotificationTemplateDTO_ extends org.cxbox.api.data.dto.DataResponseDTO_
-
-
Field Summary
Fields Modifier and Type Field Description static org.cxbox.constgen.DtoField<NotificationTemplateDTO,Long>cntrpIdstatic org.cxbox.constgen.DtoField<NotificationTemplateDTO,String>cntrpNamestatic org.cxbox.constgen.DtoField<NotificationTemplateDTO,String>eventNamestatic org.cxbox.constgen.DtoField<NotificationTemplateDTO,String>messagestatic org.cxbox.constgen.DtoField<NotificationTemplateDTO,String>mimeTypestatic org.cxbox.constgen.DtoField<NotificationTemplateDTO,String>previewMessagestatic org.cxbox.constgen.DtoField<NotificationTemplateDTO,String>previewSubjectstatic org.cxbox.constgen.DtoField<NotificationTemplateDTO,String>previewUIMessagestatic org.cxbox.constgen.DtoField<NotificationTemplateDTO,String>previewUISubjectstatic org.cxbox.constgen.DtoField<NotificationTemplateDTO,String>previewUrlstatic org.cxbox.constgen.DtoField<NotificationTemplateDTO,String>subjectstatic org.cxbox.constgen.DtoField<NotificationTemplateDTO,Long>taskIdstatic org.cxbox.constgen.DtoField<NotificationTemplateDTO,String>taskNamestatic org.cxbox.constgen.DtoField<NotificationTemplateDTO,String>uiMessagestatic org.cxbox.constgen.DtoField<NotificationTemplateDTO,String>uiSubjectstatic org.cxbox.constgen.DtoField<NotificationTemplateDTO,String>url
-
Constructor Summary
Constructors Constructor Description NotificationTemplateDTO_()
-
-
-
Field Detail
-
cntrpId
public static final org.cxbox.constgen.DtoField<NotificationTemplateDTO,Long> cntrpId
-
cntrpName
public static final org.cxbox.constgen.DtoField<NotificationTemplateDTO,String> cntrpName
-
eventName
public static final org.cxbox.constgen.DtoField<NotificationTemplateDTO,String> eventName
-
message
public static final org.cxbox.constgen.DtoField<NotificationTemplateDTO,String> message
-
mimeType
public static final org.cxbox.constgen.DtoField<NotificationTemplateDTO,String> mimeType
-
previewMessage
public static final org.cxbox.constgen.DtoField<NotificationTemplateDTO,String> previewMessage
-
previewSubject
public static final org.cxbox.constgen.DtoField<NotificationTemplateDTO,String> previewSubject
-
previewUIMessage
public static final org.cxbox.constgen.DtoField<NotificationTemplateDTO,String> previewUIMessage
-
previewUISubject
public static final org.cxbox.constgen.DtoField<NotificationTemplateDTO,String> previewUISubject
-
previewUrl
public static final org.cxbox.constgen.DtoField<NotificationTemplateDTO,String> previewUrl
-
subject
public static final org.cxbox.constgen.DtoField<NotificationTemplateDTO,String> subject
-
taskId
public static final org.cxbox.constgen.DtoField<NotificationTemplateDTO,Long> taskId
-
taskName
public static final org.cxbox.constgen.DtoField<NotificationTemplateDTO,String> taskName
-
uiMessage
public static final org.cxbox.constgen.DtoField<NotificationTemplateDTO,String> uiMessage
-
uiSubject
public static final org.cxbox.constgen.DtoField<NotificationTemplateDTO,String> uiSubject
-
url
public static final org.cxbox.constgen.DtoField<NotificationTemplateDTO,String> url
-
-