org.ow2.jasmine.event.beans
Class JasmineEventNotificationDetail

java.lang.Object
  extended by org.ow2.jasmine.event.beans.JasmineEventNotificationDetail
All Implemented Interfaces:
Serializable

public class JasmineEventNotificationDetail
extends Object
implements Serializable

A detail element of a notification

Author:
Guillaume Renault
See Also:
Serialized Form

Constructor Summary
JasmineEventNotificationDetail()
          Empty constructor.
JasmineEventNotificationDetail(String label, String message)
          Constructor of a detail.
 
Method Summary
 String getLabel()
          Get the label of the detail.
 String getMessage()
          Get the message of the detail.
 void setLabel(String label)
          Set the label of the detail.
 void setMessage(String message)
          Set the message of the detail.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JasmineEventNotificationDetail

public JasmineEventNotificationDetail()
Empty constructor. Do not remove, used for the binding with the same Flex object.


JasmineEventNotificationDetail

public JasmineEventNotificationDetail(String label,
                                      String message)
Constructor of a detail.

Parameters:
label - the label of the detail.
message - the message of the label.
Method Detail

getLabel

public String getLabel()
Get the label of the detail.

Returns:
the label.

getMessage

public String getMessage()
Get the message of the detail.

Returns:
the detail.

setLabel

public void setLabel(String label)
Set the label of the detail.

Parameters:
label -

setMessage

public void setMessage(String message)
Set the message of the detail.

Parameters:
message -


Copyright © 2012 OW2 Consortium. All Rights Reserved.