@Entity public abstract class NotificationTypeSettings extends org.cyclos.entities.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, getVersion, isGlobal, isPersistent, isTransientpublic Network getNetwork()
getNetwork in class org.cyclos.entities.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