Package com.atlassian.jira.project
Class ProjectCategoryImpl
java.lang.Object
com.atlassian.jira.project.ProjectCategoryImpl
- All Implemented Interfaces:
WithId
,ProjectCategory
,Named
,NamedWithDescription
Immutable implementation of ProjectCategory
- Since:
- v4.4
-
Field Summary
Fields inherited from interface com.atlassian.jira.util.Named
NAME_COMPARATOR
Fields inherited from interface com.atlassian.jira.entity.WithId
ID_COMPARATOR
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ProjectCategoryImpl
-
-
Method Details
-
getId
- Specified by:
getId
in interfaceProjectCategory
- Specified by:
getId
in interfaceWithId
- Returns:
- the unique identifier for this project category
-
getName
- Specified by:
getName
in interfaceNamed
- Specified by:
getName
in interfaceProjectCategory
- Returns:
- the user defined name for this project catetory
-
getDescription
- Specified by:
getDescription
in interfaceNamedWithDescription
- Specified by:
getDescription
in interfaceProjectCategory
- Returns:
- the user defined description for this project category
-
equals
-
hashCode
public int hashCode()
-