com.atlassian.jira.issue
Interface IssueConstant

All Superinterfaces:
Comparable
All Known Subinterfaces:
IssueType, Priority, Resolution, Status
All Known Implementing Classes:
IssueConstantImpl, IssueTypeImpl, PriorityImpl, ResolutionImpl, StatusImpl, TextIssueConstant

public interface IssueConstant
extends Comparable


Method Summary
 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 interface java.lang.Comparable
compareTo
 

Method Detail

getGenericValue

public org.ofbiz.core.entity.GenericValue getGenericValue()

getId

public String getId()

getName

public String getName()

setName

public void setName(String name)

getDescription

public String getDescription()

setDescription

public void setDescription(String description)

getSequence

public Long getSequence()

setSequence

public void setSequence(Long sequence)

getIconUrl

public String getIconUrl()

setIconUrl

public void setIconUrl(String iconURL)

getNameTranslation

public String getNameTranslation()

getDescTranslation

public String getDescTranslation()

getNameTranslation

public String getNameTranslation(String locale)

getDescTranslation

public String getDescTranslation(String locale)

getNameTranslation

public String getNameTranslation(I18nHelper i18n)

getDescTranslation

public String getDescTranslation(I18nHelper i18n)

setTranslation

public void setTranslation(String translatedName,
                           String translatedDesc,
                           String issueConstantPrefix,
                           Locale locale)

deleteTranslation

public void deleteTranslation(String issueConstantPrefix,
                              Locale locale)

getPropertySet

public com.opensymphony.module.propertyset.PropertySet getPropertySet()


Copyright © 2002-2007 Atlassian. All Rights Reserved.