com.atlassian.jira.notification
Class NotificationEventImpl

java.lang.Object
  extended by com.atlassian.jira.AbstractSimpleI18NBean
      extended by com.atlassian.jira.notification.NotificationEventImpl
All Implemented Interfaces:
NotificationEvent

public class NotificationEventImpl
extends AbstractSimpleI18NBean
implements NotificationEvent

Implementation of NotificationEvent that handles i18n of name and description.


Field Summary
 
Fields inherited from class com.atlassian.jira.AbstractSimpleI18NBean
description, descriptionKey, id, name, nameKey
 
Constructor Summary
NotificationEventImpl(String id, String name, String description, String nameKey, String descriptionKey, JiraAuthenticationContext jiraAuthenticationContext)
           
 
Method Summary
 
Methods inherited from class com.atlassian.jira.AbstractSimpleI18NBean
getDescription, getId, getName, getText
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.atlassian.jira.notification.NotificationEvent
getDescription, getId, getName
 

Constructor Detail

NotificationEventImpl

public NotificationEventImpl(String id,
                             String name,
                             String description,
                             String nameKey,
                             String descriptionKey,
                             JiraAuthenticationContext jiraAuthenticationContext)


Copyright © 2002-2012 Atlassian. All Rights Reserved.