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

java.lang.Object
  extended by org.ow2.jasmine.monitoring.eventswitch.beans.impl.JasmineEventDetail
All Implemented Interfaces:
java.io.Serializable

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

Author:
Jean-Pierre Poutcheu Generic details about a Jasmine event notification
See Also:
Serialized Form

Constructor Summary
JasmineEventDetail()
          default constructor
JasmineEventDetail(java.lang.String key, java.lang.String value)
           
 
Method Summary
 int getId()
           
 java.lang.String getKey()
           
 JasmineEventNotificationEBImpl getNotification()
           
 java.lang.String getValue()
           
 void setId(int id)
           
 void setKey(java.lang.String key)
           
 void setNotification(JasmineEventNotificationEBImpl notification)
           
 void setValue(java.lang.String value)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JasmineEventDetail

public JasmineEventDetail()
default constructor


JasmineEventDetail

public JasmineEventDetail(java.lang.String key,
                          java.lang.String value)
Parameters:
key -
value -
Method Detail

getId

public int getId()
Returns:
the primary key

setId

public void setId(int id)
Parameters:
id - set the primary key

getKey

public java.lang.String getKey()
Returns:
the key

setKey

public void setKey(java.lang.String key)
Parameters:
key - the key to set

getValue

public java.lang.String getValue()
Returns:
the value

setValue

public void setValue(java.lang.String value)
Parameters:
value - the value to set

getNotification

public JasmineEventNotificationEBImpl getNotification()
Returns:
the notification

setNotification

public void setNotification(JasmineEventNotificationEBImpl notification)
Parameters:
notification - the notification to set

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object
Returns:
the string detail description


Copyright © 2009 OW2 Consortium. All Rights Reserved.