public class UserNotificationSettingsDTO extends NotificationSettingsDTO
| Modifier and Type | Field and Description |
|---|---|
static Property<java.lang.Boolean,UserNotificationSettingsDTO> |
FWD_MESSAGE_TO_EMAIL |
NOTIFICATION_TYPES_SETTINGS, USERID| Constructor and Description |
|---|
UserNotificationSettingsDTO() |
UserNotificationSettingsDTO(java.lang.Long id) |
UserNotificationSettingsDTO(Property<T,? super UserNotificationSettingsDTO> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<Property<?,?>> |
doGetProperties() |
protected void |
doSet(Property<?,?> property,
java.lang.Object value) |
java.lang.Object |
get(Property<?,?> property)
Returns the value of the given property
|
boolean |
isFwdMessageToEmail() |
void |
setFwdMessageToEmail(boolean fwdMessageToEmail) |
getNotificationTypesSettings, getUser, setNotificationTypesSettings, setUsergetVersion, isPersistent, isTransient, setVersionaddPropertyChangeListener, addPropertyChangeListener, changes, copyPropertiesTo, firePropertyChange, properties, propertyMap, removePropertyChangeListener, removePropertyChangeListener, setpublic static final Property<java.lang.Boolean,UserNotificationSettingsDTO> FWD_MESSAGE_TO_EMAIL
public UserNotificationSettingsDTO()
public UserNotificationSettingsDTO(java.lang.Long id)
public UserNotificationSettingsDTO(Property<T,? super UserNotificationSettingsDTO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class NotificationSettingsDTOprotected void doSet(Property<?,?> property, java.lang.Object value)
doSet in class NotificationSettingsDTOpublic java.lang.Object get(Property<?,?> property)
ObservableBeanget in class NotificationSettingsDTOpublic boolean isFwdMessageToEmail()
public void setFwdMessageToEmail(boolean fwdMessageToEmail)