com.atlassian.jira.mail
Class EmailSubject

java.lang.Object
  extended by com.atlassian.jira.mail.EmailSubject

public class EmailSubject
extends Object

Encapsulate the details for an email subject As the event type may not have a translation, we need a reference to the original event type name.


Constructor Summary
EmailSubject(String nonTranslatedSubject, String subjectKey, String subjectTrailer)
           
 
Method Summary
 String getNonTranslatedSubject()
           
 String getSubjectKey()
           
 String getSubjectTrailer()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EmailSubject

public EmailSubject(String nonTranslatedSubject,
                    String subjectKey,
                    String subjectTrailer)
Method Detail

getNonTranslatedSubject

public String getNonTranslatedSubject()

getSubjectKey

public String getSubjectKey()

getSubjectTrailer

public String getSubjectTrailer()


Copyright © 2002-2007 Atlassian. All Rights Reserved.