@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 EmailHeader
public void setId(Long id)
setId
in interface EmailHeader
public EmailTemplate getEmailTemplate()
getEmailTemplate
in interface EmailHeader
public void setEmailTemplate(EmailTemplate emailTemplate)
setEmailTemplate
in interface EmailHeader
public String getKey()
getKey
in interface EmailHeader
public void setKey(String key)
setKey
in interface EmailHeader
public String getValue()
getValue
in interface EmailHeader
public void setValue(String value)
setValue
in interface EmailHeader
Copyright © 2020. All rights reserved.