com.atlassian.jira.issue.priority
Class PriorityImpl

java.lang.Object
  extended by com.atlassian.jira.ofbiz.AbstractOfBizValueWrapper
      extended by com.atlassian.jira.issue.IssueConstantImpl
          extended by com.atlassian.jira.issue.priority.PriorityImpl
All Implemented Interfaces:
IssueConstant, Priority, OfBizValueWrapper, Comparable

public class PriorityImpl
extends IssueConstantImpl
implements Priority


Constructor Summary
PriorityImpl(org.ofbiz.core.entity.GenericValue genericValue, TranslationManager translationManager, JiraAuthenticationContext authenticationContext, BaseUrl locator)
           
 
Method Summary
 String getStatusColor()
           
 void setStatusColor(String statusColor)
           
 
Methods inherited from class com.atlassian.jira.issue.IssueConstantImpl
compareTo, deleteTranslation, getCompleteIconUrl, getDescription, getDescTranslation, getDescTranslation, getDescTranslation, getIconUrl, getIconUrlHtml, getId, getName, getNameTranslation, getNameTranslation, getNameTranslation, getPropertySet, getSequence, setDescription, setIconUrl, setName, setSequence, setTranslation
 
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
deleteTranslation, getCompleteIconUrl, getDescription, getDescTranslation, getDescTranslation, getDescTranslation, getGenericValue, getIconUrl, getIconUrlHtml, getId, getName, getNameTranslation, getNameTranslation, getNameTranslation, getPropertySet, getSequence, setDescription, setIconUrl, setName, setSequence, setTranslation
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Constructor Detail

PriorityImpl

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

getStatusColor

public String getStatusColor()
Specified by:
getStatusColor in interface Priority

setStatusColor

public void setStatusColor(String statusColor)
Specified by:
setStatusColor in interface Priority


Copyright © 2002-2014 Atlassian. All Rights Reserved.