|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.ow2.jasmine.monitoring.eventswitch.beans.impl.JasmineEventNotificationEBImpl
public class JasmineEventNotificationEBImpl
Entity bean for a JASMINe Event Notification.
| Constructor Summary | |
|---|---|
JasmineEventNotificationEBImpl()
default constructor. |
|
| Method Summary | |
|---|---|
void |
addAction(JasmineEventNotificationActionEBImpl action)
Add an action to the list |
boolean |
addDetail(JasmineEventDetailEB p_Detail)
Adds a detail to the notification. |
List<org.ow2.jasmine.event.beans.JasmineEventNotificationExecutedAction> |
getActions()
|
Date |
getDate()
|
List<JasmineEventDetailEB> |
getDetails()
|
String |
getId()
|
String |
getLevel()
|
String |
getMessage()
|
List<org.ow2.jasmine.event.beans.JasmineEventNotificationDetail> |
getNotificationDetails()
|
String |
getRule()
|
Boolean |
getStatus()
|
void |
setActions(List<JasmineEventNotificationActionEBImpl> actions)
|
void |
setDate(Date d)
|
void |
setDetails(List<JasmineEventDetailEB> details)
|
void |
setId(String i)
|
void |
setLevel(String l)
|
void |
setMessage(String m)
|
void |
setRule(String r)
|
void |
setStatus(Boolean s)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JasmineEventNotificationEBImpl()
| Method Detail |
|---|
public String getId()
public void setId(String i)
i - Primary keypublic Date getDate()
public void setDate(Date d)
d - Time of Notification (precise up to a second).public String getLevel()
public void setLevel(String l)
l - Level of Notificationpublic String getMessage()
public void setMessage(String m)
m - Message of Notificationpublic Boolean getStatus()
public void setStatus(Boolean s)
s - Status of Notificationpublic String getRule()
public void setRule(String r)
r - id Id of rule for Notificationpublic List<JasmineEventDetailEB> getDetails()
public void setDetails(List<JasmineEventDetailEB> details)
details - the details to setpublic boolean addDetail(JasmineEventDetailEB p_Detail)
true is returned.
p_Detail - the detail to add
true if the detail has been updated,
false otherwise (added or not).public List<org.ow2.jasmine.event.beans.JasmineEventNotificationDetail> getNotificationDetails()
public List<org.ow2.jasmine.event.beans.JasmineEventNotificationExecutedAction> getActions()
public void setActions(List<JasmineEventNotificationActionEBImpl> actions)
actions - the actions to setpublic void addAction(JasmineEventNotificationActionEBImpl action)
action - the JasmineEventNotificationActionEBImpl to add
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||