Package de.trustable.ca3s.core.domain
Class TimedElementNotification
- java.lang.Object
-
- de.trustable.ca3s.core.domain.TimedElementNotification
-
- All Implemented Interfaces:
Serializable
@Entity public class TimedElementNotification extends Object implements Serializable
A TimedElementNotification.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TimedElementNotification()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TimedElementNotificationcertificate(Certificate certificate)TimedElementNotificationcustomMessage(String customMessage)booleanequals(Object o)CertificategetCertificate()StringgetCustomMessage()LonggetId()InstantgetNotifyOn()TimedElementNotificationTypegetType()inthashCode()TimedElementNotificationid(Long id)TimedElementNotificationnotifyOn(Instant notifyOn)voidsetCertificate(Certificate certificate)voidsetCustomMessage(String customMessage)voidsetId(Long id)voidsetNotifyOn(Instant notifyOn)voidsetType(TimedElementNotificationType type)StringtoString()TimedElementNotificationtype(TimedElementNotificationType type)
-
-
-
Method Detail
-
getId
public Long getId()
-
id
public TimedElementNotification id(Long id)
-
setId
public void setId(Long id)
-
getType
public TimedElementNotificationType getType()
-
type
public TimedElementNotification type(TimedElementNotificationType type)
-
setType
public void setType(TimedElementNotificationType type)
-
getNotifyOn
public Instant getNotifyOn()
-
notifyOn
public TimedElementNotification notifyOn(Instant notifyOn)
-
setNotifyOn
public void setNotifyOn(Instant notifyOn)
-
getCustomMessage
public String getCustomMessage()
-
customMessage
public TimedElementNotification customMessage(String customMessage)
-
setCustomMessage
public void setCustomMessage(String customMessage)
-
getCertificate
public Certificate getCertificate()
-
setCertificate
public void setCertificate(Certificate certificate)
-
certificate
public TimedElementNotification certificate(Certificate certificate)
-
-