org.ow2.jasmine.event.beans
Class JasmineEventNotificationExecutedAction
java.lang.Object
org.ow2.jasmine.event.beans.JasmineEventNotificationExecutedAction
- All Implemented Interfaces:
- Serializable
public class JasmineEventNotificationExecutedAction
- extends Object
- implements 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(String comment,
String action,
Date date,
String user)
- Parameters:
comment - the comment of the actionaction - the name of the actiondate - the date when the action occurred
getComment
public String getComment()
- Returns:
- the comment
setComment
public void setComment(String comment)
- Parameters:
comment - the comment to set
getAction
public String getAction()
- Returns:
- the action
setAction
public void setAction(String action)
- Parameters:
action - the action to set
getDate
public Date getDate()
- Returns:
- the date
setDate
public void setDate(Date date)
- Parameters:
date - the date to set
getUser
public String getUser()
- Returns:
- the user
setUser
public void setUser(String user)
- Parameters:
user - the user to set
Copyright © 2012 OW2 Consortium. All Rights Reserved.