@Entity public class EmailEntity extends org.opensingular.lib.support.persistence.entity.BaseEntity<Long>
| Modifier and Type | Field and Description |
|---|---|
static String |
PK_GENERATOR_NAME |
| Constructor and Description |
|---|
EmailEntity() |
| Modifier and Type | Method and Description |
|---|---|
List<org.opensingular.form.persistence.entity.AttachmentEntity> |
getAttachments() |
Long |
getCod() |
String |
getContent() |
Date |
getCreationDate() |
String |
getModule() |
List<EmailAddresseeEntity> |
getRecipients() |
String |
getReplyTo() |
String |
getSubject() |
void |
setAttachments(List<org.opensingular.form.persistence.entity.AttachmentEntity> attachments) |
void |
setCod(Long cod) |
void |
setContent(String content) |
void |
setCreationDate(Date creationDate) |
void |
setModule(String module) |
void |
setRecipients(List<EmailAddresseeEntity> recipients) |
void |
setReplyTo(String replyTo) |
void |
setSubject(String subject) |
public static final String PK_GENERATOR_NAME
public Long getCod()
getCod in class org.opensingular.lib.support.persistence.entity.BaseEntity<Long>public void setCod(Long cod)
public String getReplyTo()
public void setReplyTo(String replyTo)
public String getSubject()
public void setSubject(String subject)
public String getContent()
public void setContent(String content)
public Date getCreationDate()
public void setCreationDate(Date creationDate)
public List<EmailAddresseeEntity> getRecipients()
public void setRecipients(List<EmailAddresseeEntity> recipients)
public List<org.opensingular.form.persistence.entity.AttachmentEntity> getAttachments()
public void setAttachments(List<org.opensingular.form.persistence.entity.AttachmentEntity> attachments)
public String getModule()
public void setModule(String module)
Copyright © 2019. All rights reserved.