|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.cocoon.components.notification.SimpleNotifyingBean
A simple bean implementation of Notifying.
Fields inherited from interface org.apache.cocoon.components.notification.Notifying |
DEBUG_NOTIFICATION, ERROR_NOTIFICATION, FATAL_NOTIFICATION, INFO_NOTIFICATION, UNKNOWN_NOTIFICATION, WARN_NOTIFICATION |
Constructor Summary | |
SimpleNotifyingBean()
|
|
SimpleNotifyingBean(java.lang.Object sender)
|
Method Summary | |
void |
addExtraDescription(java.lang.String extraDescriptionDescription,
java.lang.String extraDescription)
Sets the ExtraDescriptions of the SimpleNotifyingBean object |
java.lang.String |
getDescription()
Gets the Description of the SimpleNotifyingBean object |
java.util.Map |
getExtraDescriptions()
Gets the ExtraDescriptions of the SimpleNotifyingBean object |
java.lang.String |
getMessage()
Gets the Message of the SimpleNotifyingBean object |
java.lang.String |
getSender()
Gets the Sender of the SimpleNotifyingBean object |
java.lang.String |
getSource()
Gets the Source of the SimpleNotifyingBean object |
java.lang.String |
getTitle()
Gets the Title of the SimpleNotifyingBean object |
java.lang.String |
getType()
Gets the Type of the SimpleNotifyingBean object |
protected void |
replaceExtraDescriptions(java.util.HashMap extraDescriptions)
replaces the ExtraDescriptions of the SimpleNotifyingBean object |
protected void |
replaceExtraDescriptions(java.util.Map extraDescriptions)
replaces the ExtraDescriptions of the SimpleNotifyingBean object |
void |
setDescription(java.lang.String description)
Sets the Description of the SimpleNotifyingBean object |
void |
setMessage(java.lang.String message)
Sets the Message of the SimpleNotifyingBean object |
void |
setSource(java.lang.String source)
Sets the Source of the SimpleNotifyingBean object |
void |
setTitle(java.lang.String title)
Sets the Title of the SimpleNotifyingBean object |
void |
setType(java.lang.String type)
Sets the Type of the SimpleNotifyingBean object |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SimpleNotifyingBean()
public SimpleNotifyingBean(java.lang.Object sender)
Method Detail |
public void setType(java.lang.String type)
type
- The new Type valuepublic void setTitle(java.lang.String title)
title
- The new Title valuepublic void setSource(java.lang.String source)
source
- The new Source valuepublic void setMessage(java.lang.String message)
message
- The new Message valuepublic void setDescription(java.lang.String description)
description
- The new Description valuepublic void addExtraDescription(java.lang.String extraDescriptionDescription, java.lang.String extraDescription)
extraDescriptions
- The new ExtraDescriptions valueprotected void replaceExtraDescriptions(java.util.Map extraDescriptions)
protected void replaceExtraDescriptions(java.util.HashMap extraDescriptions)
public java.lang.String getType()
getType
in interface Notifying
public java.lang.String getTitle()
getTitle
in interface Notifying
public java.lang.String getSource()
getSource
in interface Notifying
public java.lang.String getSender()
getSender
in interface Notifying
public java.lang.String getMessage()
getMessage
in interface Notifying
public java.lang.String getDescription()
getDescription
in interface Notifying
public java.util.Map getExtraDescriptions()
getExtraDescriptions
in interface Notifying
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |