Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.webapp.notification
Class SelectableSubscription

java.lang.Object
  extended by org.nuxeo.ecm.webapp.notification.SelectableSubscription

public class SelectableSubscription
extends Object

Used in the web interface to display the notifications with the information regarding the user's choice.

Author:
Narcis Paslaru

Constructor Summary
SelectableSubscription()
           
SelectableSubscription(boolean selected, Notification notification)
           
 
Method Summary
 Notification getNotification()
           
 boolean isSelected()
           
 void setNotification(Notification notification)
           
 void setSelected(boolean selected)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SelectableSubscription

public SelectableSubscription()

SelectableSubscription

public SelectableSubscription(boolean selected,
                              Notification notification)
Method Detail

getNotification

public Notification getNotification()
Returns:
the notification.

setNotification

public void setNotification(Notification notification)
Parameters:
notification - The notification to set.

isSelected

public boolean isSelected()
Returns:
the selected.

setSelected

public void setSelected(boolean selected)
Parameters:
selected - The selected to set.

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.