com.atlassian.jira.issue.priority
Class PriorityImpl

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

public class PriorityImpl
extends IssueConstantImpl
implements Priority


Field Summary
 
Fields inherited from class com.atlassian.jira.ofbiz.AbstractOfBizValueWrapper
genericValue
 
Constructor Summary
PriorityImpl(org.ofbiz.core.entity.GenericValue genericValue, TranslationManager translationManager, JiraAuthenticationContext authenticationContext)
           
 
Methods inherited from class com.atlassian.jira.issue.IssueConstantImpl
compareTo, deleteTranslation, getDescription, getDescTranslation, getDescTranslation, getDescTranslation, getIconUrl, 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, getDescription, getDescTranslation, getDescTranslation, getDescTranslation, getGenericValue, getIconUrl, 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)


Copyright © 2002-2007 Atlassian. All Rights Reserved.