public abstract class NotificationSettingsDTO extends EntityDTO
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static ListProperty<NotificationTypeSettingsDTO,NotificationSettingsDTO> |
NOTIFICATION_TYPES_SETTINGS |
static BasicProperty<UserVO,NotificationSettingsDTO> |
USER |
ID| Constructor and Description |
|---|
NotificationSettingsDTO() |
NotificationSettingsDTO(java.lang.Long id) |
NotificationSettingsDTO(Property<T,? super NotificationSettingsDTO> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<Property<?,?>> |
doGetProperties() |
java.util.List<NotificationTypeSettingsDTO> |
getNotificationTypesSettings() |
UserVO |
getUser() |
void |
setNotificationTypesSettings(java.util.List<NotificationTypeSettingsDTO> notificationTypesSettings) |
void |
setUser(UserVO user) |
getVersion, isPersistent, isTransient, setVersionaddPropertyChangeListener, addPropertyChangeListener, attributeNames, changes, className, clearAttributes, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, set, setAttributepublic static final java.lang.String CLASS_NAME
public static final ListProperty<NotificationTypeSettingsDTO,NotificationSettingsDTO> NOTIFICATION_TYPES_SETTINGS
public static final BasicProperty<UserVO,NotificationSettingsDTO> USER
public NotificationSettingsDTO()
public NotificationSettingsDTO(java.lang.Long id)
public NotificationSettingsDTO(Property<T,? super NotificationSettingsDTO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class EntityDTOpublic java.util.List<NotificationTypeSettingsDTO> getNotificationTypesSettings()
public void setNotificationTypesSettings(java.util.List<NotificationTypeSettingsDTO> notificationTypesSettings)
public UserVO getUser()
public void setUser(UserVO user)