Class PriorityImpl
java.lang.Object
com.atlassian.jira.ofbiz.AbstractOfBizValueWrapper
com.atlassian.jira.issue.IssueConstantImpl
com.atlassian.jira.issue.priority.PriorityImpl
- All Implemented Interfaces:
IssueConstant,Priority,OfBizValueWrapper,Named,NamedWithDescription,Comparable
-
Field Summary
Fields inherited from interface com.atlassian.jira.util.Named
NAME_COMPARATOR -
Constructor Summary
ConstructorsConstructorDescriptionPriorityImpl(org.ofbiz.core.entity.GenericValue genericValue, TranslationManager translationManager, JiraAuthenticationContext authenticationContext, BaseUrl locator) -
Method Summary
Modifier and TypeMethodDescriptionGet URL of the raster icon.Get status color of this priority.Get URL of the SVG icon.voidsetStatusColor(String statusColor) Methods inherited from class com.atlassian.jira.issue.IssueConstantImpl
compareTo, deleteTranslation, getCompleteIconUrl, getDescription, getDescTranslation, getDescTranslation, getDescTranslation, 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, getSequence
-
Constructor Details
-
PriorityImpl
public PriorityImpl(org.ofbiz.core.entity.GenericValue genericValue, TranslationManager translationManager, JiraAuthenticationContext authenticationContext, BaseUrl locator)
-
-
Method Details
-
getStatusColor
Description copied from interface:PriorityGet status color of this priority.- Specified by:
getStatusColorin interfacePriority- Returns:
- String describing status color of this priority.
-
setStatusColor
-
getSvgIconUrl
Description copied from interface:PriorityGet URL of the SVG icon.- Specified by:
getSvgIconUrlin interfacePriority- Returns:
- URL of the SVG icon.
-
getRasterIconUrl
Description copied from interface:PriorityGet URL of the raster icon.- Specified by:
getRasterIconUrlin interfacePriority- Returns:
- URL of the raster icon.
-
getIconUrl
- Specified by:
getIconUrlin interfaceIssueConstant- Overrides:
getIconUrlin classIssueConstantImpl
-