org.ow2.jasmine.monitoring.eventswitch.beans.impl
Class JasmineEventNotificationActionEBImpl
java.lang.Object
org.ow2.jasmine.monitoring.eventswitch.beans.impl.JasmineEventNotificationActionEBImpl
- All Implemented Interfaces:
- java.io.Serializable
public class JasmineEventNotificationActionEBImpl
- extends java.lang.Object
- implements java.io.Serializable
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JasmineEventNotificationActionEBImpl
public JasmineEventNotificationActionEBImpl()
- Default Constructor
JasmineEventNotificationActionEBImpl
public JasmineEventNotificationActionEBImpl(java.lang.String comment,
java.lang.String action,
java.util.Date date,
java.lang.String user)
- Constructor using fields ...
- Parameters:
comment - Comment of the user that executed the action.action - Action executeddate - Date when the action was executed
getId
public java.lang.Long getId()
- Returns:
- Primary key
setId
public void setId(java.lang.Long id)
- Parameters:
id - Primary key
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
getNotification
public JasmineEventNotificationEBImpl getNotification()
- Returns:
- the notification
setNotification
public void setNotification(JasmineEventNotificationEBImpl notification)
- Parameters:
notification - the notification 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 © 2009 OW2 Consortium. All Rights Reserved.