public class NewNotificationPushNotificationData extends Bean
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static BasicProperty<java.lang.Integer,NewNotificationPushNotificationData> |
NEW_NOTIFICATIONS |
static BasicProperty<NotificationVO,NewNotificationPushNotificationData> |
NOTIFICATION |
| Constructor and Description |
|---|
NewNotificationPushNotificationData() |
NewNotificationPushNotificationData(Property<T,? super NewNotificationPushNotificationData> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
int |
getNewNotifications() |
NotificationVO |
getNotification() |
void |
setNewNotifications(int newNotifications) |
void |
setNotification(NotificationVO notification) |
addPropertyChangeListener, addPropertyChangeListener, attributeNames, changes, clearAttributes, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, property, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, set, setAttributepublic static final java.lang.String CLASS_NAME
public static final BasicProperty<java.lang.Integer,NewNotificationPushNotificationData> NEW_NOTIFICATIONS
public static final BasicProperty<NotificationVO,NewNotificationPushNotificationData> NOTIFICATION
public NewNotificationPushNotificationData()
public NewNotificationPushNotificationData(Property<T,? super NewNotificationPushNotificationData> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class Beanpublic int getNewNotifications()
public void setNewNotifications(int newNotifications)
public NotificationVO getNotification()
public void setNotification(NotificationVO notification)