it.eng.spago.notifier
Class AbstractNotification
java.lang.Object
it.eng.spago.notifier.AbstractNotification
- All Implemented Interfaces:
- NotificationIFace
- public abstract class AbstractNotification
- extends java.lang.Object
- implements NotificationIFace
Field Summary |
protected java.lang.String |
content
|
protected java.lang.String |
date
|
protected java.lang.String |
event
|
protected java.lang.String |
plugin
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
event
protected java.lang.String event
plugin
protected java.lang.String plugin
content
protected java.lang.String content
date
protected java.lang.String date
AbstractNotification
public AbstractNotification()
getEvent
public java.lang.String getEvent()
- Specified by:
getEvent
in interface NotificationIFace
setEvent
public void setEvent(java.lang.String event)
getPlugin
public java.lang.String getPlugin()
- Specified by:
getPlugin
in interface NotificationIFace
setPlugin
public void setPlugin(java.lang.String plugin)
getContent
public java.lang.String getContent()
setContent
public void setContent(java.lang.String content)
getDate
public java.lang.String getDate()
setDate
public void setDate(java.lang.String date)
createMail
public abstract MailIFace createMail()
- Specified by:
createMail
in interface NotificationIFace