public class NotificationListenerVetoDescriptor extends Object
Constructor and Description |
---|
NotificationListenerVetoDescriptor() |
Modifier and Type | Method and Description |
---|---|
String |
getName() |
Class<? extends NotificationListenerVeto> |
getNotificationVeto() |
boolean |
isRemove() |
void |
setName(String name) |
void |
setNotificationVeto(Class<? extends NotificationListenerVeto> notificationVeto) |
void |
setRemove(boolean remove) |
public NotificationListenerVetoDescriptor()
public Class<? extends NotificationListenerVeto> getNotificationVeto()
public void setNotificationVeto(Class<? extends NotificationListenerVeto> notificationVeto)
public boolean isRemove()
public void setRemove(boolean remove)
Copyright © 2018 Nuxeo. All rights reserved.