|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.cnes.sitools.notification.model.Notification
public final class Notification
Notification class for sending information to observers from observable resource when changes.
Field Summary | |
---|---|
static java.lang.String |
ATTRIBUTE
object notification key in response attributes |
Constructor Summary | |
---|---|
Notification()
Default constructor |
Method Summary | |
---|---|
java.lang.String |
getEvent()
Gets the event value |
java.lang.Object |
getEventSource()
Gets the eventSource value |
java.lang.String |
getMessage()
Gets the message value |
java.lang.String |
getObservable()
Gets the observable value |
java.lang.String |
getStatus()
Gets the status value |
void |
setEvent(java.lang.String event)
Sets the value of event |
void |
setEventSource(java.lang.Object eventSource)
Sets the value of eventSource |
void |
setMessage(java.lang.String message)
Sets the value of message |
void |
setObservable(java.lang.String observable)
Sets the value of observable |
void |
setStatus(java.lang.String status)
Sets the value of status |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String ATTRIBUTE
Constructor Detail |
---|
public Notification()
Method Detail |
---|
public java.lang.String getObservable()
public void setObservable(java.lang.String observable)
observable
- the observable to setpublic java.lang.String getStatus()
public void setStatus(java.lang.String status)
status
- the status to setpublic java.lang.String getMessage()
public void setMessage(java.lang.String message)
message
- the message to setpublic java.lang.String getEvent()
public void setEvent(java.lang.String event)
event
- the event to setpublic java.lang.Object getEventSource()
public void setEventSource(java.lang.Object eventSource)
eventSource
- the eventSource to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |