@Entity public class NotificationTypeEntity extends AuditableEntity
| Modifier and Type | Field and Description |
|---|---|
static String |
NOTIFICATION_TYPE_BDATA
Notification type for business object data.
|
static String |
NOTIFICATION_TYPE_STORAGE_UNIT
Notification type for storage unit.
|
| Constructor and Description |
|---|
NotificationTypeEntity() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCode() |
String |
getDescription() |
void |
setCode(String code) |
void |
setDescription(String description) |
getCreatedBy, getCreatedOn, getUpdatedBy, getUpdatedOn, setCreatedBy, setCreatedOn, setUpdatedBy, setUpdatedOnpublic static final String NOTIFICATION_TYPE_BDATA
public static final String NOTIFICATION_TYPE_STORAGE_UNIT
Copyright © 2019. All rights reserved.