public class FlashNotificationDTO extends EntityDTO
| Modifier and Type | Field and Description |
|---|---|
static Property<java.lang.String,FlashNotificationDTO> |
MESSAGE |
static Property<FlashNotificationType,FlashNotificationDTO> |
TYPE |
ID| Constructor and Description |
|---|
FlashNotificationDTO() |
FlashNotificationDTO(java.lang.Long id) |
FlashNotificationDTO(Property<T,? super FlashNotificationDTO> 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
|
java.lang.String |
getMessage() |
FlashNotificationType |
getType() |
void |
setMessage(java.lang.String message) |
void |
setType(FlashNotificationType type) |
getVersion, isPersistent, isTransient, setVersionaddPropertyChangeListener, addPropertyChangeListener, changes, copyPropertiesTo, firePropertyChange, properties, propertyMap, removePropertyChangeListener, removePropertyChangeListener, setpublic static final Property<java.lang.String,FlashNotificationDTO> MESSAGE
public static final Property<FlashNotificationType,FlashNotificationDTO> TYPE
public FlashNotificationDTO()
public FlashNotificationDTO(java.lang.Long id)
public FlashNotificationDTO(Property<T,? super FlashNotificationDTO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class EntityDTOprotected void doSet(Property<?,?> property, java.lang.Object value)
public java.lang.Object get(Property<?,?> property)
ObservableBeanpublic java.lang.String getMessage()
public FlashNotificationType getType()
public void setMessage(java.lang.String message)
public void setType(FlashNotificationType type)