fr.cnes.sitools.common.model
Class Event

java.lang.Object
  extended by fr.cnes.sitools.common.model.Event
All Implemented Interfaces:
java.io.Serializable

public final class Event
extends java.lang.Object
implements java.io.Serializable

Evenements enregistrés dans le processus de gestion des commandes, des inscriptions etc.

Author:
jp.boignard (AKKA Technologies)
See Also:
Serialized Form

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

Event

public Event()
Default constructor.

Method Detail

getEventDate

public java.util.Date getEventDate()
Gets the eventDate value.

Returns:
the eventDate

setEventDate

public void setEventDate(java.util.Date eventDATE)
Sets the value of eventDate.

Parameters:
eventDATE - the eventDate to set

getAuthor

public java.lang.String getAuthor()
Gets the author value.

Returns:
the author

setAuthor

public void setAuthor(java.lang.String authorName)
Sets the value of author.

Parameters:
authorName - the author to set

getDescription

public java.lang.String getDescription()
Gets the description value.

Returns:
the description

setDescription

public void setDescription(java.lang.String desc)
Sets the value of description.

Parameters:
desc - the description to set

getMessage

public java.lang.String getMessage()
Gets the message value.

Returns:
the message

setMessage

public void setMessage(java.lang.String mess)
Sets the value of message.

Parameters:
mess - the message to set

isNotify

public boolean isNotify()
Gets the notify value.

Returns:
the notify

setNotify

public void setNotify(boolean not)
Sets the value of notify.

Parameters:
not - the notify to set


Copyright © 2010-2013 CNES. All Rights Reserved.