public class FlashNotificationDTO extends EntityDTO
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static BasicProperty<java.lang.String,FlashNotificationDTO> |
MESSAGE |
static BasicProperty<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 |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
java.lang.String |
getMessage() |
FlashNotificationType |
getType() |
void |
setMessage(java.lang.String message) |
void |
setType(FlashNotificationType type) |
getVersion, 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.String,FlashNotificationDTO> MESSAGE
public static final BasicProperty<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 EntityDTOpublic java.lang.String getMessage()
public void setMessage(java.lang.String message)
public FlashNotificationType getType()
public void setType(FlashNotificationType type)