|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.cnes.sitools.common.model.Event
public final class Event
Evenements enregistrés dans le processus de gestion des commandes, des inscriptions etc.
Constructor Summary | |
---|---|
Event()
Default constructor. |
Method Summary | |
---|---|
java.lang.String |
getAuthor()
Gets the author value. |
java.lang.String |
getDescription()
Gets the description value. |
java.util.Date |
getEventDate()
Gets the eventDate value. |
java.lang.String |
getMessage()
Gets the message value. |
boolean |
isNotify()
Gets the notify value. |
void |
setAuthor(java.lang.String authorName)
Sets the value of author. |
void |
setDescription(java.lang.String desc)
Sets the value of description. |
void |
setEventDate(java.util.Date eventDATE)
Sets the value of eventDate. |
void |
setMessage(java.lang.String mess)
Sets the value of message. |
void |
setNotify(boolean not)
Sets the value of notify. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Event()
Method Detail |
---|
public java.util.Date getEventDate()
public void setEventDate(java.util.Date eventDATE)
eventDATE
- the eventDate to setpublic java.lang.String getAuthor()
public void setAuthor(java.lang.String authorName)
authorName
- the author to setpublic java.lang.String getDescription()
public void setDescription(java.lang.String desc)
desc
- the description to setpublic java.lang.String getMessage()
public void setMessage(java.lang.String mess)
mess
- the message to setpublic boolean isNotify()
public void setNotify(boolean not)
not
- the notify to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |