@Entity public class EmailHeaderImpl extends Object implements EmailHeader, EmailHeaderAdminPresentation, org.broadleafcommerce.common.extensibility.jpa.copy.ProfileEntity
EmailHeaderAdminPresentation.FieldName| Modifier and Type | Field and Description |
|---|---|
protected EmailTemplate |
emailTemplate |
protected Long |
id |
protected String |
key |
protected String |
value |
| Constructor and Description |
|---|
EmailHeaderImpl() |
| Modifier and Type | Method and Description |
|---|---|
EmailTemplate |
getEmailTemplate() |
Long |
getId() |
String |
getKey() |
String |
getValue() |
void |
setEmailTemplate(EmailTemplate emailTemplate) |
void |
setId(Long id) |
void |
setKey(String key) |
void |
setValue(String value) |
protected Long id
protected EmailTemplate emailTemplate
protected String key
protected String value
public Long getId()
getId in interface EmailHeaderpublic void setId(Long id)
setId in interface EmailHeaderpublic EmailTemplate getEmailTemplate()
getEmailTemplate in interface EmailHeaderpublic void setEmailTemplate(EmailTemplate emailTemplate)
setEmailTemplate in interface EmailHeaderpublic String getKey()
getKey in interface EmailHeaderpublic void setKey(String key)
setKey in interface EmailHeaderpublic String getValue()
getValue in interface EmailHeaderpublic void setValue(String value)
setValue in interface EmailHeaderCopyright © 2020. All rights reserved.