|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.jasmine.event.beans.JasmineEventNotificationUpdate
public class JasmineEventNotificationUpdate
Contains informations to update a stored JasmineEventNotification.
The update will add a JasmineEventNotificationDetail, or a
JasmineEventNotificationExecutedAction. Filters have to be set to get
a unique notification to update.
| Constructor Summary | |
|---|---|
JasmineEventNotificationUpdate(JasmineEventNotificationDetail p_detail)
Initialize the SearchFilter list and set the detail to add. |
|
JasmineEventNotificationUpdate(JasmineEventNotificationExecutedAction p_action)
Initialize the SearchFilter list and set the action to add. |
|
| Method Summary | |
|---|---|
void |
addSearchFilter(SearchFilter searchFilter)
Add a SearchFilter to the list. |
JasmineEventNotificationExecutedAction |
getAction()
|
java.lang.String |
getComment()
|
JasmineEventNotificationDetail |
getDetail()
|
java.lang.String |
getRule()
|
java.util.List<SearchFilter> |
getSearchFilters()
|
java.lang.String |
getUser()
|
void |
setAction(JasmineEventNotificationExecutedAction action)
|
void |
setComment(java.lang.String comment)
|
void |
setDetail(JasmineEventNotificationDetail detail)
|
void |
setRule(java.lang.String rule)
|
void |
setUser(java.lang.String user)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JasmineEventNotificationUpdate(JasmineEventNotificationDetail p_detail)
SearchFilter list and set the detail to add.
p_detail - the JasmineEventNotificationDetail to add.public JasmineEventNotificationUpdate(JasmineEventNotificationExecutedAction p_action)
SearchFilter list and set the action to add.
p_detail - the JasmineEventNotificationExecutedAction to
add.| Method Detail |
|---|
public JasmineEventNotificationDetail getDetail()
public final void setDetail(JasmineEventNotificationDetail detail)
detail - the detail to setpublic final JasmineEventNotificationExecutedAction getAction()
public final void setAction(JasmineEventNotificationExecutedAction action)
action - the action to setpublic java.util.List<SearchFilter> getSearchFilters()
public void addSearchFilter(SearchFilter searchFilter)
SearchFilter to the list.
searchFilter - the SearchFilter to add.public final java.lang.String getComment()
public final void setComment(java.lang.String comment)
comment - the comment to setpublic final java.lang.String getUser()
public final void setUser(java.lang.String user)
user - the user to setpublic java.lang.String getRule()
public void setRule(java.lang.String rule)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||