public class NotificationTemplateContext
extends java.lang.Object
implements java.lang.Cloneable, java.io.Serializable
Constructor and Description |
---|
NotificationTemplateContext() |
NotificationTemplateContext(NotificationType notificationType) |
Modifier and Type | Method and Description |
---|---|
java.io.Serializable |
getAttribute(java.lang.String name) |
java.util.Map<java.lang.String,java.io.Serializable> |
getAttributes() |
long |
getCalendarId() |
CalendarNotificationTemplate |
getCalendarNotificationTemplate() |
long |
getCompanyId() |
java.lang.String |
getFromAddress() |
java.lang.String |
getFromName() |
long |
getGroupId() |
NotificationTemplateType |
getNotificationTemplateType() |
NotificationType |
getNotificationType() |
java.lang.String |
getString(java.lang.String name) |
java.lang.String |
getToAddress() |
java.lang.String |
getToName() |
void |
setAttribute(java.lang.String name,
java.io.Serializable value) |
void |
setAttributes(java.util.Map<java.lang.String,java.io.Serializable> attributes) |
void |
setCalendarId(long calendarId) |
void |
setCalendarNotificationTemplate(CalendarNotificationTemplate calendarNotificationTemplate) |
void |
setCompanyId(long companyId) |
void |
setFromAddress(java.lang.String fromAddress) |
void |
setFromName(java.lang.String fromName) |
void |
setGroupId(long groupId) |
void |
setNotificationTemplateType(NotificationTemplateType notificationTemplateType) |
void |
setNotificationType(NotificationType notificationType) |
void |
setToAddress(java.lang.String toAddress) |
void |
setToName(java.lang.String toName) |
public NotificationTemplateContext()
public NotificationTemplateContext(NotificationType notificationType)
public java.io.Serializable getAttribute(java.lang.String name)
public java.util.Map<java.lang.String,java.io.Serializable> getAttributes()
public long getCalendarId()
public CalendarNotificationTemplate getCalendarNotificationTemplate()
public long getCompanyId()
public java.lang.String getFromAddress()
public java.lang.String getFromName()
public long getGroupId()
public NotificationTemplateType getNotificationTemplateType()
public NotificationType getNotificationType()
public java.lang.String getString(java.lang.String name)
public java.lang.String getToAddress()
public java.lang.String getToName()
public void setAttribute(java.lang.String name, java.io.Serializable value)
public void setAttributes(java.util.Map<java.lang.String,java.io.Serializable> attributes)
public void setCalendarId(long calendarId)
public void setCalendarNotificationTemplate(CalendarNotificationTemplate calendarNotificationTemplate)
public void setCompanyId(long companyId)
public void setFromAddress(java.lang.String fromAddress)
public void setFromName(java.lang.String fromName)
public void setGroupId(long groupId)
public void setNotificationTemplateType(NotificationTemplateType notificationTemplateType)
public void setNotificationType(NotificationType notificationType)
public void setToAddress(java.lang.String toAddress)
public void setToName(java.lang.String toName)