public class NotificationVO extends EntityVO
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static BasicProperty<DateTime,NotificationVO> |
DATE |
static BasicProperty<java.lang.Long,NotificationVO> |
ENTITY_ID |
static BasicProperty<java.lang.String,NotificationVO> |
HTML_TEXT |
static BasicProperty<Location,NotificationVO> |
LOCATION |
static BasicProperty<java.lang.String,NotificationVO> |
MAIL_SUBJECT |
static BasicProperty<java.lang.String,NotificationVO> |
NOTIFICATION_SUBJECT |
static BasicProperty<java.lang.Boolean,NotificationVO> |
READ |
static BasicProperty<java.lang.String,NotificationVO> |
SMS |
static BasicProperty<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 |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
DateTime |
getDate() |
java.lang.Long |
getEntityId() |
java.lang.String |
getHtmlText() |
Location |
getLocation() |
java.lang.String |
getMailSubject() |
java.lang.String |
getNotificationSubject() |
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 |
setNotificationSubject(java.lang.String notificationSubject) |
void |
setRead(boolean read) |
void |
setSms(java.lang.String sms) |
void |
setType(INotificationType type) |
getId, getIds, getUniqueIdsaddPropertyChangeListener, 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<DateTime,NotificationVO> DATE
public static final BasicProperty<java.lang.Long,NotificationVO> ENTITY_ID
public static final BasicProperty<java.lang.String,NotificationVO> HTML_TEXT
public static final BasicProperty<Location,NotificationVO> LOCATION
public static final BasicProperty<java.lang.String,NotificationVO> MAIL_SUBJECT
public static final BasicProperty<java.lang.String,NotificationVO> NOTIFICATION_SUBJECT
public static final BasicProperty<java.lang.Boolean,NotificationVO> READ
public static final BasicProperty<java.lang.String,NotificationVO> SMS
public static final BasicProperty<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 EntityModelpublic DateTime getDate()
public void setDate(DateTime date)
public java.lang.Long getEntityId()
public void setEntityId(java.lang.Long entityId)
public java.lang.String getHtmlText()
public void setHtmlText(java.lang.String htmlText)
public Location getLocation()
public void setLocation(Location location)
public java.lang.String getMailSubject()
public void setMailSubject(java.lang.String mailSubject)
public java.lang.String getNotificationSubject()
public void setNotificationSubject(java.lang.String notificationSubject)
public boolean isRead()
public void setRead(boolean read)
public java.lang.String getSms()
public void setSms(java.lang.String sms)
public INotificationType getType()
public void setType(INotificationType type)