com.atlassian.jira.issue
Class TextIssueConstant

java.lang.Object
  extended by com.atlassian.jira.issue.TextIssueConstant
All Implemented Interfaces:
IssueConstant, Comparable

public class TextIssueConstant
extends Object
implements IssueConstant


Constructor Summary
TextIssueConstant(String nameKey, String descriptionKey, String iconUrl, JiraAuthenticationContext authenticationContext)
           
 
Method Summary
 int compareTo(Object o)
           
 void deleteTranslation(String issueConstantPrefix, Locale locale)
           
 String getDescription()
           
 String getDescTranslation()
           
 String getDescTranslation(I18nHelper i18n)
           
 String getDescTranslation(String locale)
           
 org.ofbiz.core.entity.GenericValue getGenericValue()
           
 String getIconUrl()
           
 String getId()
           
 String getName()
           
 String getNameTranslation()
           
 String getNameTranslation(I18nHelper i18n)
           
 String getNameTranslation(String locale)
           
 com.opensymphony.module.propertyset.PropertySet getPropertySet()
           
 Long getSequence()
           
 void setDescription(String description)
           
 void setIconUrl(String iconURL)
           
 void setName(String name)
           
 void setSequence(Long sequence)
           
 void setTranslation(String translatedName, String translatedDesc, String issueConstantPrefix, Locale locale)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TextIssueConstant

public TextIssueConstant(String nameKey,
                         String descriptionKey,
                         String iconUrl,
                         JiraAuthenticationContext authenticationContext)
Method Detail

getGenericValue

public org.ofbiz.core.entity.GenericValue getGenericValue()
Specified by:
getGenericValue in interface IssueConstant

getId

public String getId()
Specified by:
getId in interface IssueConstant

getName

public String getName()
Specified by:
getName in interface IssueConstant

setName

public void setName(String name)
Specified by:
setName in interface IssueConstant

getDescription

public String getDescription()
Specified by:
getDescription in interface IssueConstant

setDescription

public void setDescription(String description)
Specified by:
setDescription in interface IssueConstant

getSequence

public Long getSequence()
Specified by:
getSequence in interface IssueConstant

setSequence

public void setSequence(Long sequence)
Specified by:
setSequence in interface IssueConstant

getIconUrl

public String getIconUrl()
Specified by:
getIconUrl in interface IssueConstant

setIconUrl

public void setIconUrl(String iconURL)
Specified by:
setIconUrl in interface IssueConstant

getNameTranslation

public String getNameTranslation()
Specified by:
getNameTranslation in interface IssueConstant

getDescTranslation

public String getDescTranslation()
Specified by:
getDescTranslation in interface IssueConstant

getNameTranslation

public String getNameTranslation(String locale)
Specified by:
getNameTranslation in interface IssueConstant

getDescTranslation

public String getDescTranslation(String locale)
Specified by:
getDescTranslation in interface IssueConstant

getNameTranslation

public String getNameTranslation(I18nHelper i18n)
Specified by:
getNameTranslation in interface IssueConstant

getDescTranslation

public String getDescTranslation(I18nHelper i18n)
Specified by:
getDescTranslation in interface IssueConstant

setTranslation

public void setTranslation(String translatedName,
                           String translatedDesc,
                           String issueConstantPrefix,
                           Locale locale)
Specified by:
setTranslation in interface IssueConstant

deleteTranslation

public void deleteTranslation(String issueConstantPrefix,
                              Locale locale)
Specified by:
deleteTranslation in interface IssueConstant

getPropertySet

public com.opensymphony.module.propertyset.PropertySet getPropertySet()
Specified by:
getPropertySet in interface IssueConstant

compareTo

public int compareTo(Object o)
Specified by:
compareTo in interface Comparable


Copyright © 2002-2007 Atlassian. All Rights Reserved.