com.atlassian.jira.issue.status
Class StatusImpl

java.lang.Object
  extended by com.atlassian.jira.ofbiz.AbstractOfBizValueWrapper
      extended by com.atlassian.jira.issue.IssueConstantImpl
          extended by com.atlassian.jira.issue.status.StatusImpl
All Implemented Interfaces:
IssueConstant, Status, OfBizValueWrapper, java.lang.Comparable

public class StatusImpl
extends IssueConstantImpl
implements Status


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

StatusImpl

public StatusImpl(org.ofbiz.core.entity.GenericValue genericValue,
                  TranslationManager translationManager,
                  JiraAuthenticationContext authenticationContext)


Copyright © 2002-2011 Atlassian. All Rights Reserved.