Class NewNotificationPushNotificationData
- java.lang.Object
-
- org.cyclos.model.Bean
-
- org.cyclos.model.messaging.notifications.NewNotificationPushNotificationData
-
- All Implemented Interfaces:
Serializable
public class NewNotificationPushNotificationData extends Bean
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringCLASS_NAMEstatic BasicProperty<NotificationVO,NewNotificationPushNotificationData>NOTIFICATIONstatic BasicProperty<NotificationsStatusVO,NewNotificationPushNotificationData>NOTIFICATIONS_STATUS
-
Constructor Summary
Constructors Constructor Description NewNotificationPushNotificationData()NewNotificationPushNotificationData(Property<T,? super NewNotificationPushNotificationData> property, T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringclassName()protected List<Property<?,?>>doGetProperties()NotificationVOgetNotification()NotificationsStatusVOgetNotificationsStatus()voidsetNotification(NotificationVO notification)voidsetNotificationsStatus(NotificationsStatusVO notificationsStatus)-
Methods inherited from class org.cyclos.model.Bean
addPropertyChangeListener, addPropertyChangeListener, attributeNames, backup, changes, clearAttributes, copyPropertiesTo, copyPropertiesTo, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, property, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, restore, set, set, setAttribute, setWithPropagationId, values
-
-
-
-
Field Detail
-
CLASS_NAME
public static final String CLASS_NAME
-
NOTIFICATION
public static final BasicProperty<NotificationVO,NewNotificationPushNotificationData> NOTIFICATION
-
NOTIFICATIONS_STATUS
public static final BasicProperty<NotificationsStatusVO,NewNotificationPushNotificationData> NOTIFICATIONS_STATUS
-
-
Constructor Detail
-
NewNotificationPushNotificationData
public NewNotificationPushNotificationData()
-
NewNotificationPushNotificationData
public NewNotificationPushNotificationData(Property<T,? super NewNotificationPushNotificationData> property, T value)
-
-
Method Detail
-
doGetProperties
protected List<Property<?,?>> doGetProperties()
- Overrides:
doGetPropertiesin classBean
-
getNotification
public NotificationVO getNotification()
-
setNotification
public void setNotification(NotificationVO notification)
-
getNotificationsStatus
public NotificationsStatusVO getNotificationsStatus()
-
setNotificationsStatus
public void setNotificationsStatus(NotificationsStatusVO notificationsStatus)
-
-