@Entity public class DeadlineNotificationTemplate extends PersistentEntity implements ProcessToolNotificationTemplate
id_ID| Constructor and Description |
|---|
DeadlineNotificationTemplate() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBodyTemplate() |
String |
getSender() |
String |
getSubjectTemplate() |
String |
getTemplateName() |
void |
setBodyTemplate(String bodyTemplate) |
void |
setSender(String sender) |
void |
setSubjectTemplate(String subjectTemplate) |
void |
setTemplateName(String templateName) |
getId, setIdpublic String getSender()
getSender in interface ProcessToolNotificationTemplatepublic void setSender(String sender)
public String getSubjectTemplate()
getSubjectTemplate in interface ProcessToolNotificationTemplatepublic void setSubjectTemplate(String subjectTemplate)
public String getTemplateName()
getTemplateName in interface ProcessToolNotificationTemplatepublic void setTemplateName(String templateName)
public String getBodyTemplate()
getBodyTemplate in interface ProcessToolNotificationTemplatepublic void setBodyTemplate(String bodyTemplate)
Copyright © 2013. All Rights Reserved.