public class SelectableSubscription extends Object
| Constructor and Description | 
|---|
SelectableSubscription()  | 
SelectableSubscription(boolean selected,
                      Notification notification)  | 
| Modifier and Type | Method and Description | 
|---|---|
Notification | 
getNotification()  | 
boolean | 
isSelected()  | 
void | 
setNotification(Notification notification)  | 
void | 
setSelected(boolean selected)  | 
public SelectableSubscription()
public SelectableSubscription(boolean selected, Notification notification)
public Notification getNotification()
public void setNotification(Notification notification)
notification - The notification to set.public boolean isSelected()
public void setSelected(boolean selected)
selected - The selected to set.Copyright © 2016 Nuxeo SA. All rights reserved.