com.atlassian.jira.issue
Class IssueConstantImpl

java.lang.Object
  extended bycom.atlassian.jira.ofbiz.AbstractOfBizValueWrapper
      extended bycom.atlassian.jira.issue.IssueConstantImpl
All Implemented Interfaces:
Comparable, IssueConstant, OfBizValueWrapper
Direct Known Subclasses:
IssueTypeImpl, PriorityImpl, ResolutionImpl, StatusImpl

public class IssueConstantImpl
extends AbstractOfBizValueWrapper
implements IssueConstant


Field Summary
 
Fields inherited from class com.atlassian.jira.ofbiz.AbstractOfBizValueWrapper
genericValue
 
Constructor Summary
IssueConstantImpl(org.ofbiz.core.entity.GenericValue genericValue, TranslationManager translationManager, JiraAuthenticationContext authenticationContext)
           
 
Method Summary
 int compareTo(Object o)
           
 void deleteTranslation(String issueConstantPrefix, Locale locale)
           
 String getDescription()
           
 String getDescTranslation()
           
 String getDescTranslation(String locale)
           
 String getIconUrl()
           
 String getId()
           
 String getName()
           
 String getNameTranslation()
           
 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 com.atlassian.jira.ofbiz.AbstractOfBizValueWrapper
equals, getGenericValue, getLong, getString, getTimestamp, hashCode, store
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.atlassian.jira.issue.IssueConstant
getGenericValue
 

Constructor Detail

IssueConstantImpl

public IssueConstantImpl(org.ofbiz.core.entity.GenericValue genericValue,
                         TranslationManager translationManager,
                         JiraAuthenticationContext authenticationContext)
Method Detail

getId

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

getName

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

setName

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

getDescription

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

setDescription

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

getSequence

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

setSequence

public final 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 final String getNameTranslation()
Specified by:
getNameTranslation in interface IssueConstant

getDescTranslation

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

getNameTranslation

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

getDescTranslation

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

setTranslation

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

deleteTranslation

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

compareTo

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

getPropertySet

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


Copyright © 2002-2006 Atlassian. All Rights Reserved.