com.atlassian.jira.issue.issuetype
Class IssueTypeImpl

java.lang.Object
  extended by com.atlassian.jira.ofbiz.AbstractOfBizValueWrapper
      extended by com.atlassian.jira.issue.IssueConstantImpl
          extended by com.atlassian.jira.issue.issuetype.IssueTypeImpl
All Implemented Interfaces:
IssueConstant, IssueType, OfBizValueWrapper, Comparable

public class IssueTypeImpl
extends IssueConstantImpl
implements IssueType


Field Summary
 
Fields inherited from class com.atlassian.jira.ofbiz.AbstractOfBizValueWrapper
genericValue
 
Constructor Summary
IssueTypeImpl(org.ofbiz.core.entity.GenericValue genericValue, TranslationManager translationManager, JiraAuthenticationContext authenticationContext)
           
 
Method Summary
 String getType()
           
 boolean isSubTask()
           
 
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

IssueTypeImpl

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

isSubTask

public boolean isSubTask()
Specified by:
isSubTask in interface IssueType

getType

public String getType()


Copyright © 2002-2007 Atlassian. All Rights Reserved.