public class NotificationEntity extends BaseEntity
| Constructor and Description |
|---|
NotificationEntity() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAppliedSenderEmail() |
String |
getCode() |
LinkEntity |
getCompany() |
Long |
getId() |
String |
getName() |
String |
getSendAs() |
NotificationStatus |
getStatus() |
String |
getSubject() |
String |
getTemplate() |
String |
getText() |
NotificationEntity |
setAppliedSenderEmail(String appliedSenderEmail) |
NotificationEntity |
setCode(String code) |
NotificationEntity |
setName(String name) |
NotificationEntity |
setSendAs(String sendAs) |
NotificationEntity |
setSubject(String subject) |
NotificationEntity |
setTemplate(String template) |
NotificationEntity |
setText(String text) |
public Long getId()
public String getName()
public String getCode()
public String getSubject()
public String getSendAs()
public String getAppliedSenderEmail()
public String getText()
public String getTemplate()
public NotificationStatus getStatus()
public LinkEntity getCompany()
public NotificationEntity setName(String name)
public NotificationEntity setCode(String code)
public NotificationEntity setSubject(String subject)
public NotificationEntity setSendAs(String sendAs)
public NotificationEntity setAppliedSenderEmail(String appliedSenderEmail)
public NotificationEntity setText(String text)
public NotificationEntity setTemplate(String template)
Copyright © 2016. All rights reserved.