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
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.