Class MailNotifEntity
- java.lang.Object
-
- org.exoplatform.commons.notification.impl.jpa.email.entity.MailNotifEntity
-
@Entity(name="NotificationsMailNotifEntity") public class MailNotifEntity extends Object
Created by The eXo Platform SAS Author : eXoPlatform exo@exoplatform.com Mar 07, 2017
-
-
Constructor Summary
Constructors Constructor Description MailNotifEntity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CalendargetCreationDate()List<MailDigestEntity>getDigests()longgetId()intgetOrder()List<MailParamEntity>getParameters()StringgetSender()StringgetType()MailNotifEntitysetCreationDate(Calendar creationDate)MailNotifEntitysetOrder(int order)MailNotifEntitysetSender(String sender)MailNotifEntitysetType(String type)
-
-
-
Method Detail
-
getId
public long getId()
-
getSender
public String getSender()
-
setSender
public MailNotifEntity setSender(String sender)
-
getType
public String getType()
-
setType
public MailNotifEntity setType(String type)
-
getCreationDate
public Calendar getCreationDate()
-
setCreationDate
public MailNotifEntity setCreationDate(Calendar creationDate)
-
getOrder
public int getOrder()
-
setOrder
public MailNotifEntity setOrder(int order)
-
getParameters
public List<MailParamEntity> getParameters()
-
getDigests
public List<MailDigestEntity> getDigests()
-
-