@Entity public class NotificationActionEntity extends AuditableEntity
| Modifier and Type | Field and Description |
|---|---|
static String |
TABLE_NAME
The table name.
|
| Constructor and Description |
|---|
NotificationActionEntity() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getId() |
NotificationRegistrationEntity |
getNotificationRegistration() |
void |
setId(Long id) |
void |
setNotificationRegistration(NotificationRegistrationEntity notificationRegistration) |
getCreatedBy, getCreatedOn, getUpdatedBy, getUpdatedOn, setCreatedBy, setCreatedOn, setUpdatedBy, setUpdatedOnpublic static final String TABLE_NAME
public Long getId()
public void setId(Long id)
public NotificationRegistrationEntity getNotificationRegistration()
public void setNotificationRegistration(NotificationRegistrationEntity notificationRegistration)
Copyright © 2021. All rights reserved.