public class NewMessagePushNotificationData extends Bean
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static BasicProperty<IncomingMessageVO,NewMessagePushNotificationData> |
MESSAGE |
static BasicProperty<java.lang.Integer,NewMessagePushNotificationData> |
NEW_MESSAGES |
static BasicProperty<java.lang.Integer,NewMessagePushNotificationData> |
UNREAD_MESSAGES |
| Constructor and Description |
|---|
NewMessagePushNotificationData() |
NewMessagePushNotificationData(Property<T,? super NewMessagePushNotificationData> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
IncomingMessageVO |
getMessage() |
int |
getNewMessages() |
int |
getUnreadMessages() |
void |
setMessage(IncomingMessageVO message) |
void |
setNewMessages(int newMessages) |
void |
setUnreadMessages(int unreadMessages) |
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<IncomingMessageVO,NewMessagePushNotificationData> MESSAGE
public static final BasicProperty<java.lang.Integer,NewMessagePushNotificationData> NEW_MESSAGES
public static final BasicProperty<java.lang.Integer,NewMessagePushNotificationData> UNREAD_MESSAGES
public NewMessagePushNotificationData()
public NewMessagePushNotificationData(Property<T,? super NewMessagePushNotificationData> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class Beanpublic IncomingMessageVO getMessage()
public void setMessage(IncomingMessageVO message)
public int getNewMessages()
public void setNewMessages(int newMessages)
public int getUnreadMessages()
public void setUnreadMessages(int unreadMessages)