| |
|
| java.lang.Object org.apache.cocoon.components.notification.SimpleNotifyingBean
SimpleNotifyingBean | public class SimpleNotifyingBean implements Notifying(Code) | | A simple bean implementation of Notifying.
author: Nicola Ken Barozzi version: CVS $Id: SimpleNotifyingBean.java 433543 2006-08-22 06:22:54Z crossley $ |
SimpleNotifyingBean | public SimpleNotifyingBean()(Code) | | |
SimpleNotifyingBean | public SimpleNotifyingBean(Object sender)(Code) | | |
addExtraDescription | public void addExtraDescription(String extraDescriptionDescription, String extraDescription)(Code) | | Adds the ExtraDescription to the SimpleNotifyingBean object
Parameters: extraDescriptionDescription - The additional ExtraDescription name Parameters: extraDescription - The additional ExtraDescription value |
addExtraDescriptions | protected void addExtraDescriptions(Map extraDescriptions)(Code) | | Adds the ExtraDescriptions to the SimpleNotifyingBean object
|
getDescription | public String getDescription()(Code) | | Gets the Description of the SimpleNotifyingBean object
|
getExtraDescriptions | public Map getExtraDescriptions()(Code) | | Gets the ExtraDescriptions of the SimpleNotifyingBean object
|
getMessage | public String getMessage()(Code) | | Gets the Message of the SimpleNotifyingBean object
|
getSender | public String getSender()(Code) | | Gets the Sender of the SimpleNotifyingBean object
|
getSource | public String getSource()(Code) | | Gets the Source of the SimpleNotifyingBean object
|
getTitle | public String getTitle()(Code) | | Gets the Title of the SimpleNotifyingBean object
|
getType | public String getType()(Code) | | Gets the Type of the SimpleNotifyingBean object
|
replaceExtraDescriptions | protected void replaceExtraDescriptions(Map extraDescriptions)(Code) | | Replaces the ExtraDescriptions of the SimpleNotifyingBean object
|
setDescription | public void setDescription(String description)(Code) | | Sets the Description of the SimpleNotifyingBean object
Parameters: description - The new Description value |
setMessage | public void setMessage(String message)(Code) | | Sets the Message of the SimpleNotifyingBean object
Parameters: message - The new Message value |
setSource | public void setSource(String source)(Code) | | Sets the Source of the SimpleNotifyingBean object
Parameters: source - The new Source value |
setTitle | public void setTitle(String title)(Code) | | Sets the Title of the SimpleNotifyingBean object
Parameters: title - The new Title value |
setType | public void setType(String type)(Code) | | Sets the Type of the SimpleNotifyingBean object
Parameters: type - The new Type value |
|
|
|