Class MailDigestEntity
- java.lang.Object
-
- org.exoplatform.commons.notification.impl.jpa.email.entity.MailDigestEntity
-
@Entity(name="NotificationsMailDigestEntity") public class MailDigestEntity extends Object
Created by The eXo Platform SAS Author : eXoPlatform exo@exoplatform.com Mar 07, 2017
-
-
Constructor Summary
Constructors Constructor Description MailDigestEntity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetId()MailNotifEntitygetNotification()StringgetType()MailDigestEntitysetNotification(MailNotifEntity notification)MailDigestEntitysetType(String type)
-
-
-
Method Detail
-
getId
public long getId()
-
getNotification
public MailNotifEntity getNotification()
-
setNotification
public MailDigestEntity setNotification(MailNotifEntity notification)
-
getType
public String getType()
-
setType
public MailDigestEntity setType(String type)
-
-