public class NotificationVO extends EntityVO
| Modifier and Type | Field and Description |
|---|---|
static Property<DateTime,NotificationVO> |
DATE |
static Property<java.lang.Long,NotificationVO> |
ENTITY_ID |
static Property<java.lang.String,NotificationVO> |
HTML_TEXT |
static Property<Location,NotificationVO> |
LOCATION |
static Property<java.lang.String,NotificationVO> |
MAIL_SUBJECT |
static Property<java.lang.Boolean,NotificationVO> |
READ |
static Property<java.lang.String,NotificationVO> |
SMS |
static Property<INotificationType,NotificationVO> |
TYPE |
ID| Constructor and Description |
|---|
NotificationVO() |
NotificationVO(java.lang.Long id) |
NotificationVO(Property<T,? super NotificationVO> 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
|
DateTime |
getDate() |
java.lang.Long |
getEntityId() |
java.lang.String |
getHtmlText() |
Location |
getLocation() |
java.lang.String |
getMailSubject() |
java.lang.String |
getSms() |
INotificationType |
getType() |
boolean |
isRead() |
void |
setDate(DateTime date) |
void |
setEntityId(java.lang.Long entityId) |
void |
setHtmlText(java.lang.String htmlText) |
void |
setLocation(Location location) |
void |
setMailSubject(java.lang.String mailSubject) |
void |
setRead(boolean read) |
void |
setSms(java.lang.String sms) |
void |
setType(INotificationType type) |
getId, getIds, getUniqueIdsaddPropertyChangeListener, addPropertyChangeListener, changes, copyPropertiesTo, firePropertyChange, properties, propertyMap, removePropertyChangeListener, removePropertyChangeListener, setpublic static final Property<DateTime,NotificationVO> DATE
public static final Property<java.lang.Long,NotificationVO> ENTITY_ID
public static final Property<java.lang.String,NotificationVO> HTML_TEXT
public static final Property<Location,NotificationVO> LOCATION
public static final Property<java.lang.String,NotificationVO> MAIL_SUBJECT
public static final Property<java.lang.Boolean,NotificationVO> READ
public static final Property<java.lang.String,NotificationVO> SMS
public static final Property<INotificationType,NotificationVO> TYPE
public NotificationVO()
public NotificationVO(java.lang.Long id)
public NotificationVO(Property<T,? super NotificationVO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class EntityModelprotected void doSet(Property<?,?> property, java.lang.Object value)
doSet in class EntityModelpublic java.lang.Object get(Property<?,?> property)
ObservableBeanget in class EntityModelpublic DateTime getDate()
public java.lang.Long getEntityId()
public java.lang.String getHtmlText()
public Location getLocation()
public java.lang.String getMailSubject()
public boolean isRead()
public java.lang.String getSms()
public INotificationType getType()
public void setDate(DateTime date)
public void setEntityId(java.lang.Long entityId)
public void setHtmlText(java.lang.String htmlText)
public void setLocation(Location location)
public void setMailSubject(java.lang.String mailSubject)
public void setRead(boolean read)
public void setSms(java.lang.String sms)
public void setType(INotificationType type)