org.objectweb.jasmine.rules
Class Notification
java.lang.Object
org.objectweb.jasmine.rules.Notification
- All Implemented Interfaces:
- Serializable
public class Notification
- extends Object
- implements Serializable
- Author:
- Julien Legrand
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Notification
public Notification(Date date,
String level,
String message)
getDate
public Date getDate()
- Returns:
- the date
setDate
public void setDate(Date date)
- Parameters:
date - the date to set
getLevel
public String getLevel()
- Returns:
- the level
setLevel
public void setLevel(String level)
- Parameters:
level - the level to set
getMessage
public String getMessage()
- Returns:
- the message
setMessage
public void setMessage(String message)
- Parameters:
message - the message to set
Copyright © 2012 OW2 Consortium. All Rights Reserved.