org.ow2.jasmine.event.messages
Class JasmineEventNotificationMail
java.lang.Object
org.ow2.jasmine.event.beans.JasmineEventNotification
org.ow2.jasmine.event.messages.JasmineEventNotificationMail
- All Implemented Interfaces:
- Serializable, IJasmineEventNotification
public class JasmineEventNotificationMail
- extends JasmineEventNotification
A Mail notification event.
- See Also:
- Serialized Form
| Methods inherited from class org.ow2.jasmine.event.beans.JasmineEventNotification |
addDetail, addExecutedActions, getActions, getDate, getDetails, getId, getLevel, getMessage, getRule, getStatus, setActions, setDate, setDetails, setId, setLevel, setMessage, setRule, setStatus, toString |
JasmineEventNotificationMail
public JasmineEventNotificationMail()
- default constructor.
JasmineEventNotificationMail
public JasmineEventNotificationMail(String id,
Date date,
String level,
String message,
Boolean status,
String rule,
String from,
String to)
- Parameters:
id - date - level - message - status - rule - from - to -
getFrom
public String getFrom()
- Returns:
- the from address.
setFrom
public void setFrom(String from)
- Parameters:
from - the from address to set.
getTo
public String getTo()
- Returns:
- the to address.
setTo
public void setTo(String to)
- Parameters:
to - the to address to set.
getCc
public String getCc()
- Returns:
- the cc address.
setCc
public void setCc(String cc)
- Parameters:
cc - the cc address to set.
getBcc
public String getBcc()
- Returns:
- the bcc address.
setBcc
public void setBcc(String bcc)
- Parameters:
bcc - the bcc address to set.
Copyright © 2012 OW2 Consortium. All Rights Reserved.