@Entity public abstract class NotificationTypeSettings extends BaseEntity implements INotificationTypeSettings
| Constructor and Description |
|---|
NotificationTypeSettings() |
| Modifier and Type | Method and Description |
|---|---|
Network |
getNetwork() |
abstract NotificationSettings |
getNotificationSettings() |
java.lang.Boolean |
getNotifyByEmail() |
java.lang.Boolean |
getNotifyByInternal() |
java.lang.Boolean |
getNotifyBySms() |
abstract INotificationType |
getType() |
void |
setNotifyByEmail(java.lang.Boolean notifyByEmail) |
void |
setNotifyByInternal(java.lang.Boolean notifyByInternal) |
void |
setNotifyBySms(java.lang.Boolean notifyBySms) |
getDataTranslationType, getLogType, getVersion, isGlobal, isPersistent, isTransientclone, equals, getEntityImportance, getId, getId, getIds, getUniqueIds, getUniqueIds, hashCode, toStringpublic Network getNetwork()
getNetwork in class BaseEntitypublic abstract NotificationSettings getNotificationSettings()
public java.lang.Boolean getNotifyByEmail()
getNotifyByEmail in interface INotificationTypeSettingspublic java.lang.Boolean getNotifyByInternal()
getNotifyByInternal in interface INotificationTypeSettingspublic java.lang.Boolean getNotifyBySms()
getNotifyBySms in interface INotificationTypeSettingspublic abstract INotificationType getType()
public void setNotifyByEmail(java.lang.Boolean notifyByEmail)
setNotifyByEmail in interface INotificationTypeSettingspublic void setNotifyByInternal(java.lang.Boolean notifyByInternal)
setNotifyByInternal in interface INotificationTypeSettingspublic void setNotifyBySms(java.lang.Boolean notifyBySms)
setNotifyBySms in interface INotificationTypeSettings