org.ow2.jasmine.monitoring.eventswitch.beans.impl
Class JasmineEventNotificationActionEBImpl

java.lang.Object
  extended by 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

Constructor Summary
JasmineEventNotificationActionEBImpl()
          Default Constructor
JasmineEventNotificationActionEBImpl(java.lang.String comment, java.lang.String action, java.util.Date date, java.lang.String user)
          Constructor using fields ...
 
Method Summary
 java.lang.String getAction()
           
 java.lang.String getComment()
           
 java.util.Date getDate()
           
 java.lang.Long getId()
           
 JasmineEventNotificationEBImpl getNotification()
           
 java.lang.String getUser()
           
 void setAction(java.lang.String action)
           
 void setComment(java.lang.String comment)
           
 void setDate(java.util.Date date)
           
 void setId(java.lang.Long id)
           
 void setNotification(JasmineEventNotificationEBImpl notification)
           
 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

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 executed
date - Date when the action was executed
Method Detail

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.