|
||||||||||
| 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()
Initialize the SearchFilter list and the JasmineEventNotificationDetail list. |
|
JasmineEventNotificationUpdate(JasmineEventNotificationExecutedAction p_action)
Initialize the SearchFilter list and set the action to add. |
|
JasmineEventNotificationUpdate(java.util.List<JasmineEventNotificationDetail> p_details)
Initialize the SearchFilter list and set the detail to add. |
|
| Method Summary | |
|---|---|
void |
addDetail(JasmineEventNotificationDetail detail)
|
void |
addSearchFilter(SearchFilter searchFilter)
Add a SearchFilter to the list. |
JasmineEventNotificationExecutedAction |
getAction()
|
java.lang.String |
getComment()
|
java.util.Date |
getDate()
|
java.util.List<JasmineEventNotificationDetail> |
getDetails()
|
int |
getMaxRetry()
|
java.lang.String |
getMessage()
|
java.lang.String |
getRule()
|
java.util.List<SearchFilter> |
getSearchFilters()
|
java.lang.String |
getUser()
|
void |
setAction(JasmineEventNotificationExecutedAction action)
|
void |
setComment(java.lang.String comment)
|
void |
setDate(java.util.Date date)
|
void |
setMaxRetry(int maxRetry)
|
void |
setMessage(java.lang.String message)
|
void |
setRule(java.lang.String rule)
|
void |
setUser(java.lang.String user)
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public JasmineEventNotificationUpdate()
SearchFilter list and the JasmineEventNotificationDetail list.
public JasmineEventNotificationUpdate(java.util.List<JasmineEventNotificationDetail> p_details)
SearchFilter list and set the detail to add.
p_details - the JasmineEventNotificationDetail to add.public JasmineEventNotificationUpdate(JasmineEventNotificationExecutedAction p_action)
SearchFilter list and set the action to add.
p_action - the JasmineEventNotificationExecutedAction to
add.| Method Detail |
|---|
public java.util.List<JasmineEventNotificationDetail> getDetails()
public final void addDetail(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 java.util.Date getDate()
public void setDate(java.util.Date date)
date - the date of the notification updatepublic final java.lang.String getMessage()
public final void setMessage(java.lang.String message)
message - the message to setpublic 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)
public final int getMaxRetry()
public final void setMaxRetry(int maxRetry)
maxRetry - public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||