org.ow2.jasmine.monitoring.eventswitch.beans.impl
Class JasmineEventDetailEB
java.lang.Object
org.ow2.jasmine.monitoring.eventswitch.beans.impl.JasmineEventDetailEB
- All Implemented Interfaces:
- java.io.Serializable
public class JasmineEventDetailEB
- extends java.lang.Object
- implements java.io.Serializable
- Author:
- Jean-Pierre Poutcheu Generic details about a Jasmine event
notification
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
JasmineEventDetailEB
public JasmineEventDetailEB()
- default constructor
JasmineEventDetailEB
public JasmineEventDetailEB(java.lang.String key,
java.lang.String value)
- Parameters:
key - value -
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 © 2010 OW2 Consortium. All Rights Reserved.