Class ResolutionImpl
java.lang.Object
com.atlassian.jira.ofbiz.AbstractOfBizValueWrapper
com.atlassian.jira.issue.IssueConstantImpl
com.atlassian.jira.issue.resolution.ResolutionImpl
- All Implemented Interfaces:
IssueConstant,Resolution,OfBizValueWrapper,Named,NamedWithDescription,Comparable
-
Field Summary
Fields inherited from class com.atlassian.jira.ofbiz.AbstractOfBizValueWrapper
genericValueFields inherited from interface com.atlassian.jira.util.Named
NAME_COMPARATOR -
Constructor Summary
ConstructorsConstructorDescriptionResolutionImpl(org.ofbiz.core.entity.GenericValue genericValue, TranslationManager translationManager, JiraAuthenticationContext authenticationContext, BaseUrl locator) -
Method Summary
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, toStringMethods inherited from class com.atlassian.jira.ofbiz.AbstractOfBizValueWrapper
equals, getGenericValue, getLong, getString, getTimestamp, hashCode, storeMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.Comparable
compareToMethods inherited from interface com.atlassian.jira.issue.IssueConstant
getCompleteIconUrl, getDescription, getDescTranslation, getDescTranslation, getDescTranslation, getIconUrlHtml, getId, getName, getNameTranslation, getNameTranslation, getNameTranslation, getSequenceMethods inherited from interface com.atlassian.jira.issue.resolution.Resolution
getIconUrl
-
Constructor Details
-
ResolutionImpl
public ResolutionImpl(org.ofbiz.core.entity.GenericValue genericValue, TranslationManager translationManager, JiraAuthenticationContext authenticationContext, BaseUrl locator)
-