|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.jasmine.event.beans.JasmineEventNotificationDetail
public class JasmineEventNotificationDetail
A detail element of a notification
| Constructor Summary | |
|---|---|
JasmineEventNotificationDetail()
Empty constructor. |
|
JasmineEventNotificationDetail(java.lang.String label,
java.lang.String message)
Constructor of a detail. |
|
| Method Summary | |
|---|---|
java.lang.String |
getLabel()
Get the label of the detail. |
java.lang.String |
getMessage()
Get the message of the detail. |
void |
setLabel(java.lang.String label)
Set the label of the detail. |
void |
setMessage(java.lang.String message)
Set the message of the detail. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JasmineEventNotificationDetail()
public JasmineEventNotificationDetail(java.lang.String label,
java.lang.String message)
label - the label of the detail.message - the message of the label.| Method Detail |
|---|
public java.lang.String getLabel()
public java.lang.String getMessage()
public void setLabel(java.lang.String label)
label - public void setMessage(java.lang.String message)
message -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||