Package org.cyclos.entities.messaging
Class UserNotificationTypeSettings
- java.lang.Object
-
- org.cyclos.entities.SimpleEntity
-
- org.cyclos.entities.NetworkedEntity
-
- org.cyclos.entities.BaseEntity
-
- org.cyclos.entities.messaging.NotificationTypeSettings
-
- org.cyclos.entities.messaging.UserNotificationTypeSettings
-
- All Implemented Interfaces:
Cloneable,ProcessableForDataTranslation,IEntity,INotificationTypeSettings
@Entity public class UserNotificationTypeSettings extends NotificationTypeSettings
-
-
Constructor Summary
Constructors Constructor Description UserNotificationTypeSettings()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UserNotificationSettingsgetNotificationSettings()UserNotificationTypegetType()voidsetNotificationSettings(UserNotificationSettings settings)voidsetType(UserNotificationType type)-
Methods inherited from class org.cyclos.entities.messaging.NotificationTypeSettings
getNetwork, getNotifyByEmail, getNotifyByInternal, getNotifyBySms, setNotifyByEmail, setNotifyByInternal, setNotifyBySms
-
Methods inherited from class org.cyclos.entities.BaseEntity
getDataTranslationType, getVersion
-
Methods inherited from class org.cyclos.entities.NetworkedEntity
isGlobal
-
Methods inherited from class org.cyclos.entities.SimpleEntity
clone, equals, getId, getId, getIds, getUniqueIds, getUniqueIds, hashCode, isPersistent, isTransient, toShortString, toString
-
-
-
-
Method Detail
-
getNotificationSettings
public UserNotificationSettings getNotificationSettings()
- Specified by:
getNotificationSettingsin classNotificationTypeSettings
-
getType
public UserNotificationType getType()
- Specified by:
getTypein classNotificationTypeSettings
-
setNotificationSettings
public void setNotificationSettings(UserNotificationSettings settings)
-
setType
public void setType(UserNotificationType type)
-
-