@Entity public class SMSTemplateImpl extends Object implements SMSTemplate, SMSTemplateAdminPresentation, org.broadleafcommerce.common.admin.domain.AdminMainEntity, org.broadleafcommerce.common.extensibility.jpa.copy.ProfileEntity
SMSTemplateAdminPresentation.FieldHelp, SMSTemplateAdminPresentation.FieldName, SMSTemplateAdminPresentation.FieldOrder, SMSTemplateAdminPresentation.FieldTooltip, SMSTemplateAdminPresentation.GroupName, SMSTemplateAdminPresentation.GroupOrder, SMSTemplateAdminPresentation.TabName, SMSTemplateAdminPresentation.TabOrder
Modifier and Type | Field and Description |
---|---|
protected Date |
activeEndDate |
protected Date |
activeStartDate |
protected String |
body |
protected Boolean |
contentTargetable |
protected String |
from |
protected Long |
id |
protected String |
mediaUrl |
protected String |
name |
protected Boolean |
overrideTo |
protected Integer |
priority |
protected String |
to |
protected String |
type |
Constructor and Description |
---|
SMSTemplateImpl() |
Modifier and Type | Method and Description |
---|---|
Date |
getActiveEndDate() |
Date |
getActiveStartDate() |
String |
getBody() |
Boolean |
getContentTargetable() |
String |
getFrom() |
Long |
getId() |
String |
getMainEntityName() |
String |
getMediaUrl() |
String |
getName() |
Boolean |
getOverrideTo() |
Integer |
getPriority() |
String |
getTo() |
org.broadleafcommerce.common.notification.service.type.NotificationEventType |
getType() |
boolean |
isActive() |
void |
setActiveEndDate(Date activeEndDate) |
void |
setActiveStartDate(Date activeStartDate) |
void |
setBody(String body) |
void |
setContentTargetable(Boolean contentTargetable) |
void |
setFrom(String defaultFrom) |
void |
setId(Long id) |
void |
setMediaUrl(String mediaUrl) |
void |
setName(String name) |
void |
setOverrideTo(Boolean sendToUser) |
void |
setPriority(Integer priority) |
void |
setTo(String to) |
void |
setType(org.broadleafcommerce.common.notification.service.type.NotificationEventType type) |
protected Long id
protected String name
protected String type
protected Date activeStartDate
protected Date activeEndDate
protected Integer priority
protected Boolean overrideTo
protected Boolean contentTargetable
protected String to
protected String from
protected String mediaUrl
protected String body
public Long getId()
getId
in interface SMSTemplate
public void setId(Long id)
setId
in interface SMSTemplate
public String getName()
getName
in interface SMSTemplate
public void setName(String name)
setName
in interface SMSTemplate
public org.broadleafcommerce.common.notification.service.type.NotificationEventType getType()
getType
in interface SMSTemplate
public void setType(org.broadleafcommerce.common.notification.service.type.NotificationEventType type)
setType
in interface SMSTemplate
public Date getActiveStartDate()
getActiveStartDate
in interface SMSTemplate
public void setActiveStartDate(Date activeStartDate)
setActiveStartDate
in interface SMSTemplate
public Date getActiveEndDate()
getActiveEndDate
in interface SMSTemplate
public void setActiveEndDate(Date activeEndDate)
setActiveEndDate
in interface SMSTemplate
public boolean isActive()
isActive
in interface SMSTemplate
public Integer getPriority()
getPriority
in interface SMSTemplate
public void setPriority(Integer priority)
setPriority
in interface SMSTemplate
public Boolean getOverrideTo()
getOverrideTo
in interface SMSTemplate
public void setOverrideTo(Boolean sendToUser)
setOverrideTo
in interface SMSTemplate
public Boolean getContentTargetable()
getContentTargetable
in interface SMSTemplate
public void setContentTargetable(Boolean contentTargetable)
setContentTargetable
in interface SMSTemplate
public String getTo()
getTo
in interface SMSTemplate
public void setTo(String to)
setTo
in interface SMSTemplate
public String getFrom()
getFrom
in interface SMSTemplate
public void setFrom(String defaultFrom)
setFrom
in interface SMSTemplate
public String getMediaUrl()
getMediaUrl
in interface SMSTemplate
public void setMediaUrl(String mediaUrl)
setMediaUrl
in interface SMSTemplate
public String getBody()
getBody
in interface SMSTemplate
public void setBody(String body)
setBody
in interface SMSTemplate
public String getMainEntityName()
getMainEntityName
in interface SMSTemplate
getMainEntityName
in interface org.broadleafcommerce.common.admin.domain.AdminMainEntity
Copyright © 2020. All rights reserved.