@Entity(name="NotificationsMailNotifEntity") public class MailNotifEntity extends Object
| Constructor and Description |
|---|
MailNotifEntity() |
| Modifier and Type | Method and Description |
|---|---|
Calendar |
getCreationDate() |
List<MailDigestEntity> |
getDigests() |
long |
getId() |
int |
getOrder() |
List<MailParamEntity> |
getParameters() |
String |
getSender() |
String |
getType() |
MailNotifEntity |
setCreationDate(Calendar creationDate) |
MailNotifEntity |
setOrder(int order) |
MailNotifEntity |
setSender(String sender) |
MailNotifEntity |
setType(String type) |
public long getId()
public String getSender()
public MailNotifEntity setSender(String sender)
public String getType()
public MailNotifEntity setType(String type)
public Calendar getCreationDate()
public MailNotifEntity setCreationDate(Calendar creationDate)
public int getOrder()
public MailNotifEntity setOrder(int order)
public List<MailParamEntity> getParameters()
public List<MailDigestEntity> getDigests()
Copyright © 2003–2018 eXo Platform SAS. All rights reserved.