public class UserNotificationSettingsDTO extends NotificationSettingsDTO
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static BasicProperty<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 |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
boolean |
isFwdMessageToEmail() |
void |
setFwdMessageToEmail(boolean fwdMessageToEmail) |
getNotificationTypesSettings, getUser, setNotificationTypesSettings, setUsergetVersion, isPersistent, isTransient, setVersionaddPropertyChangeListener, addPropertyChangeListener, attributeNames, changes, clearAttributes, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, set, setAttributepublic static final java.lang.String CLASS_NAME
public static final BasicProperty<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 NotificationSettingsDTOpublic boolean isFwdMessageToEmail()
public void setFwdMessageToEmail(boolean fwdMessageToEmail)