org.ow2.jasmine.event.beans
Class JasmineEventNotificationExecutedAction

java.lang.Object
  extended by org.ow2.jasmine.event.beans.JasmineEventNotificationExecutedAction
All Implemented Interfaces:
java.io.Serializable

public class JasmineEventNotificationExecutedAction
extends java.lang.Object
implements java.io.Serializable

JasmineEventNotificationExecutedAction represent an action executed by a user on a notification.

Author:
Guillaume Renault
See Also:
Serialized Form

Constructor Summary
JasmineEventNotificationExecutedAction()
          Default constructor.
JasmineEventNotificationExecutedAction(java.lang.String comment, java.lang.String action, java.util.Date date, java.lang.String user)
           
 
Method Summary
 java.lang.String getAction()
           
 java.lang.String getComment()
           
 java.util.Date getDate()
           
 java.lang.String getUser()
           
 void setAction(java.lang.String action)
           
 void setComment(java.lang.String comment)
           
 void setDate(java.util.Date date)
           
 void setUser(java.lang.String user)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JasmineEventNotificationExecutedAction

public JasmineEventNotificationExecutedAction()
Default constructor.


JasmineEventNotificationExecutedAction

public JasmineEventNotificationExecutedAction(java.lang.String comment,
                                              java.lang.String action,
                                              java.util.Date date,
                                              java.lang.String user)
Parameters:
comment - the comment of the action
action - the name of the action
date - the date when the action occurred
Method Detail

getComment

public java.lang.String getComment()
Returns:
the comment

setComment

public void setComment(java.lang.String comment)
Parameters:
comment - the comment to set

getAction

public java.lang.String getAction()
Returns:
the action

setAction

public void setAction(java.lang.String action)
Parameters:
action - the action to set

getDate

public java.util.Date getDate()
Returns:
the date

setDate

public void setDate(java.util.Date date)
Parameters:
date - the date to set

getUser

public java.lang.String getUser()
Returns:
the user

setUser

public void setUser(java.lang.String user)
Parameters:
user - the user to set


Copyright © 2011 OW2 Consortium. All Rights Reserved.