org.ow2.jasmine.event.beans
Class JasmineEventNotificationExecutedAction
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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 actionaction - the name of the actiondate - the date when the action occurred
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.