public class EventNotification extends Object
| Constructor and Description |
|---|
EventNotification(EventNotifyId id,
boolean enable) |
| Modifier and Type | Method and Description |
|---|---|
EventNotifyId |
getId() |
boolean |
isEnable() |
void |
setEnable(boolean enable) |
void |
setId(EventNotifyId id) |
String |
toString() |
public EventNotification(EventNotifyId id, boolean enable)
public EventNotifyId getId()
public void setId(EventNotifyId id)
public boolean isEnable()
public void setEnable(boolean enable)